Toggle navigation
Home
ch.qos.logback.classic.LoggerContext to org.slf4j.ILoggerFactory
No. of Instances - 2
No. of Commits - 1
No. of Projects - {'dropwizard'}
Hierarchy/Composition: R_SUPER_T
Primitive Info: -
NameSpace: External -> External
Mapping:
Add or Remove Method invocation
loggerContext.getLogger(loggerName)
to
((LoggerContext)loggerContext).getLogger(loggerName)