Remove @inline annotations and enable Scala 2 inliner

This commit is contained in:
Matthew de Detrich 2023-12-23 12:01:48 +11:00 committed by Matthew de Detrich
parent d829637ef2
commit 8cb7d256dc
34 changed files with 254 additions and 78 deletions

View file

@ -118,7 +118,6 @@ class Slf4jLogger extends Actor with SLF4JLogging with RequiresMessageQueue[Logg
sender() ! LoggerInitialized
}
@inline
final def withMdc(logSource: String, logEvent: LogEvent)(logStatement: => Unit): Unit = {
logEvent match {
case m: LogEventWithMarker if m.marker ne null =>