public class LoggerContextDecoratorLoggingConcern extends Object implements LoggerContextLoggingConcern
LoggerContext
.Constructor and Description |
---|
LoggerContextDecoratorLoggingConcern(ch.qos.logback.classic.LoggerContext loggerContext)
Logger context constructor.
|
Modifier and Type | Method and Description |
---|---|
ch.qos.logback.classic.LoggerContext |
getLoggerContext() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getLoggerFactory, getRootLogger, setLogLevel, toLogbackLevel
public LoggerContextDecoratorLoggingConcern(@Nonnull ch.qos.logback.classic.LoggerContext loggerContext)
loggerContext
- The Logback logger context this logging concern decorates.public ch.qos.logback.classic.LoggerContext getLoggerContext()
getLoggerContext
in interface LoggerContextLoggingConcern
Copyright © 2016 GlobalMentor, Inc.. All rights reserved.