def debugMarkerMsgThrowable()

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


  def debugMarkerMsgThrowable(underlying: Expr[Logger], marker: Expr[Marker], message: Expr[Message],
                              throwable: Expr[Throwable])(using Quotes): Expr[Unit] = {
    '{ if ($underlying.delegate.isEnabled(Level.DEBUG, $marker)) $underlying.debug($marker, $message, $throwable) }
  }