Remove @inline annotations and enable Scala 2 inliner
This commit is contained in:
parent
d829637ef2
commit
8cb7d256dc
34 changed files with 254 additions and 78 deletions
|
|
@ -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 =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue