Uses of Class
ch.qos.logback.classic.LoggerContext
-
Packages that use LoggerContext Package Description ch.qos.logback.classic Contains logback classic main classes.ch.qos.logback.classic.joran Contains Joran configuration classes.ch.qos.logback.classic.jul Logback <-> java.util.logging (JUL) integration.ch.qos.logback.classic.net Contains classes used to log through a networkch.qos.logback.classic.net.server Provides a robust logging serverch.qos.logback.classic.selector Contains context selector implementations for managing multiple logging contexts.ch.qos.logback.classic.spi Contains core classes of logback classic.ch.qos.logback.classic.util Contains utility classes. -
-
Uses of LoggerContext in ch.qos.logback.classic
Methods in ch.qos.logback.classic that return LoggerContext Modifier and Type Method Description LoggerContextLogger. getLoggerContext()Return the context for this logger.Methods in ch.qos.logback.classic with parameters of type LoggerContext Modifier and Type Method Description Configurator.ExecutionStatusBasicConfigurator. configure(LoggerContext loggerContext) -
Uses of LoggerContext in ch.qos.logback.classic.joran
Methods in ch.qos.logback.classic.joran with parameters of type LoggerContext Modifier and Type Method Description Configurator.ExecutionStatusSerializedModelConfigurator. configure(LoggerContext loggerContext) -
Uses of LoggerContext in ch.qos.logback.classic.jul
Methods in ch.qos.logback.classic.jul with parameters of type LoggerContext Modifier and Type Method Description voidLevelChangePropagator. onReset(LoggerContext context)voidLevelChangePropagator. onStart(LoggerContext context)voidLevelChangePropagator. onStop(LoggerContext context) -
Uses of LoggerContext in ch.qos.logback.classic.net
Methods in ch.qos.logback.classic.net with parameters of type LoggerContext Modifier and Type Method Description static voidSimpleSocketServer. configureLC(LoggerContext lc, String configFile)Constructors in ch.qos.logback.classic.net with parameters of type LoggerContext Constructor Description SimpleSocketServer(LoggerContext lc, int port)SimpleSSLSocketServer(LoggerContext lc, int port)Creates a new server using the default SSL context.SimpleSSLSocketServer(LoggerContext lc, int port, SSLContext sslContext)Creates a new server using a custom SSL context.SocketNode(SimpleSocketServer socketServer, Socket socket, LoggerContext context) -
Uses of LoggerContext in ch.qos.logback.classic.net.server
Constructors in ch.qos.logback.classic.net.server with parameters of type LoggerContext Constructor Description HardenedLoggingEventInputStream(LoggerContext loggerContext, InputStream is)HardenedLoggingEventInputStream(LoggerContext loggerContext, InputStream is, List<String> additionalAuthorizedClasses) -
Uses of LoggerContext in ch.qos.logback.classic.selector
Methods in ch.qos.logback.classic.selector that return LoggerContext Modifier and Type Method Description LoggerContextContextJNDISelector. detachLoggerContext(String loggerContextName)LoggerContextContextSelector. detachLoggerContext(String loggerContextName)LoggerContextDefaultContextSelector. detachLoggerContext(String loggerContextName)LoggerContextContextJNDISelector. getDefaultLoggerContext()LoggerContextContextSelector. getDefaultLoggerContext()LoggerContextDefaultContextSelector. getDefaultLoggerContext()LoggerContextContextJNDISelector. getLoggerContext()LoggerContextContextJNDISelector. getLoggerContext(String name)LoggerContextContextSelector. getLoggerContext()LoggerContextContextSelector. getLoggerContext(String name)LoggerContextDefaultContextSelector. getLoggerContext()LoggerContextDefaultContextSelector. getLoggerContext(String name)Methods in ch.qos.logback.classic.selector with parameters of type LoggerContext Modifier and Type Method Description voidContextJNDISelector. setLocalContext(LoggerContext context)These methods are used by the LoggerContextFilter.Constructors in ch.qos.logback.classic.selector with parameters of type LoggerContext Constructor Description ContextJNDISelector(LoggerContext context)DefaultContextSelector(LoggerContext context) -
Uses of LoggerContext in ch.qos.logback.classic.spi
Methods in ch.qos.logback.classic.spi that return LoggerContext Modifier and Type Method Description LoggerContextLoggerContextAwareBase. getLoggerContext()Return theLoggerContextthis component is attached to.Methods in ch.qos.logback.classic.spi with parameters of type LoggerContext Modifier and Type Method Description Configurator.ExecutionStatusConfigurator. configure(LoggerContext context)Implementations of this method may expect that theLoggerContextis set withContextAware.setContext(ch.qos.logback.core.Context)before this method is invoked.voidLoggerContextListener. onReset(LoggerContext context)voidLoggerContextListener. onStart(LoggerContext context)voidLoggerContextListener. onStop(LoggerContext context)voidLoggerContextAware. setLoggerContext(LoggerContext context)Set owning logger context for this component.voidLoggerContextAwareBase. setLoggerContext(LoggerContext context)Set the owning context.voidLoggingEvent. setLoggerContext(LoggerContext lc)Constructors in ch.qos.logback.classic.spi with parameters of type LoggerContext Constructor Description LoggerContextVO(LoggerContext lc)LoggerRemoteView(String name, LoggerContext lc) -
Uses of LoggerContext in ch.qos.logback.classic.util
Methods in ch.qos.logback.classic.util with parameters of type LoggerContext Modifier and Type Method Description Configurator.ExecutionStatusDefaultJoranConfigurator. configure(LoggerContext context)voidContextSelectorStaticBinder. init(LoggerContext defaultLoggerContext, Object key)FOR INTERNAL USE.Constructors in ch.qos.logback.classic.util with parameters of type LoggerContext Constructor Description ContextInitializer(LoggerContext loggerContext)
-