Uses of Class
ch.qos.logback.classic.spi.LoggerContextVO
Packages that use LoggerContextVO
Package
Description
Contains logback classic main classes.
Contains encoder implementations for converting logging events into byte streams.
Contains core classes of logback classic.
-
Uses of LoggerContextVO in ch.qos.logback.classic
Methods in ch.qos.logback.classic that return LoggerContextVO -
Uses of LoggerContextVO in ch.qos.logback.classic.encoder
Methods in ch.qos.logback.classic.encoder with parameters of type LoggerContextVOModifier and TypeMethodDescriptionprotected voidJsonEncoder.appendLoggerContext(StringBuilder sb, LoggerContextVO loggerContextVO) -
Uses of LoggerContextVO in ch.qos.logback.classic.spi
Methods in ch.qos.logback.classic.spi that return LoggerContextVOModifier and TypeMethodDescriptionLoggingEventVO.getContextLoggerRemoteView()LoggerRemoteView.getLoggerContextView()ILoggingEvent.getLoggerContextVO()LoggingEvent.getLoggerContextVO()LoggingEventVO.getLoggerContextVO()Methods in ch.qos.logback.classic.spi with parameters of type LoggerContextVOModifier and TypeMethodDescriptionvoidLoggingEvent.setLoggerContextRemoteView(LoggerContextVO loggerContextVO)