def traceObjectThrowable()

in src/main/scala-3/org/apache/logging/log4j/scala/LoggerMacro.scala [75:78]


  def traceObjectThrowable(underlying: Expr[Logger], message: Expr[AnyRef],
                           throwable: Expr[Throwable])(using Quotes): Expr[Unit] = {
    '{ if ($underlying.delegate.isEnabled(Level.TRACE)) $underlying.trace($message, $throwable) }
  }