def traceMsgThrowable()

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


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