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 LoggerContextVOLoggerContext. loggerContextRemoteViewMethods in ch.qos.logback.classic that return LoggerContextVO Modifier and Type Method Description LoggerContextVOLoggerContext. 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) LoggerContextVOLoggerRemoteView. loggerContextViewprivate LoggerContextVOLoggingEvent. loggerContextVOprivate LoggerContextVOLoggingEventVO. loggerContextVOMethods in ch.qos.logback.classic.spi that return LoggerContextVO Modifier and Type Method Description LoggerContextVOLoggingEventVO. getContextLoggerRemoteView()LoggerContextVOLoggerRemoteView. getLoggerContextView()LoggerContextVOILoggingEvent. getLoggerContextVO()LoggerContextVOLoggingEvent. getLoggerContextVO()LoggerContextVOLoggingEventVO. getLoggerContextVO()Methods in ch.qos.logback.classic.spi with parameters of type LoggerContextVO Modifier and Type Method Description voidLoggingEvent. setLoggerContextRemoteView(LoggerContextVO loggerContextVO)
-