BasicMDCAdapter
.Slf4jRuntimeLoggerImpl
(as created by the
Slf4jRuntimeLoggerFactorySingleton
) detects that SLF4J has
bound a RuntimeLoggerAdapter
(i.e. the REFCODES.ORG SLF4J
binding), it directly delegates its method calls to the wrapped
RuntimeLogger
instead of marshaling a log request through this
RuntimeLoggerAdapter
; as marshaling would mean consolidating of
various detailed LogPriority
levels to a single SLF4J log level.BasicMDCAdapter
.Copyright © 2018. All rights reserved.