def traceMarkerObjectThrowable()

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


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