Uses of Class
ch.qos.logback.classic.spi.LoggerContextVO
-
Packages that use LoggerContextVO Package Description ch.qos.logback.classic Contains logback classic main classes.ch.qos.logback.classic.spi Contains core classes of logback classic. -
-
Uses of LoggerContextVO in ch.qos.logback.classic
Fields in ch.qos.logback.classic declared as LoggerContextVO Modifier and Type Field Description private LoggerContextVO
LoggerContext. loggerContextRemoteView
Methods in ch.qos.logback.classic that return LoggerContextVO Modifier and Type Method Description LoggerContextVO
LoggerContext. getLoggerContextRemoteView()
-
Uses of LoggerContextVO in ch.qos.logback.classic.spi
Fields in ch.qos.logback.classic.spi declared as LoggerContextVO Modifier and Type Field Description (package private) LoggerContextVO
LoggerRemoteView. loggerContextView
private LoggerContextVO
LoggingEvent. loggerContextVO
private LoggerContextVO
LoggingEventVO. loggerContextVO
Methods in ch.qos.logback.classic.spi that return LoggerContextVO Modifier and Type Method Description LoggerContextVO
LoggingEventVO. getContextLoggerRemoteView()
LoggerContextVO
LoggerRemoteView. getLoggerContextView()
LoggerContextVO
ILoggingEvent. getLoggerContextVO()
LoggerContextVO
LoggingEvent. getLoggerContextVO()
LoggerContextVO
LoggingEventVO. getLoggerContextVO()
Methods in ch.qos.logback.classic.spi with parameters of type LoggerContextVO Modifier and Type Method Description void
LoggingEvent. setLoggerContextRemoteView(LoggerContextVO loggerContextVO)
-