Uses of Class
ch.qos.logback.classic.LoggerContext
Packages that use LoggerContext
Package
Description
Contains logback classic main classes.
Contains Joran configuration classes.
Logback <-> java.util.logging (JUL) integration.
Contains classes used to log through a network
Contains core classes of logback classic.
Contains utility classes.
-
Uses of LoggerContext in ch.qos.logback.classic
Methods in ch.qos.logback.classic that return LoggerContextMethods in ch.qos.logback.classic with parameters of type LoggerContext -
Uses of LoggerContext in ch.qos.logback.classic.joran
Methods in ch.qos.logback.classic.joran with parameters of type LoggerContextModifier and TypeMethodDescriptionSerializedModelConfigurator.configure(LoggerContext loggerContext) -
Uses of LoggerContext in ch.qos.logback.classic.jul
Methods in ch.qos.logback.classic.jul with parameters of type LoggerContextModifier and TypeMethodDescriptionvoidLevelChangePropagator.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 LoggerContextModifier and TypeMethodDescriptionstatic voidSimpleSocketServer.configureLC(LoggerContext lc, String configFile) Constructors in ch.qos.logback.classic.net with parameters of type LoggerContextModifierConstructorDescriptionSimpleSocketServer(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.selector
Methods in ch.qos.logback.classic.selector that return LoggerContextModifier and TypeMethodDescriptionContextJNDISelector.detachLoggerContext(String loggerContextName) ContextSelector.detachLoggerContext(String loggerContextName) DefaultContextSelector.detachLoggerContext(String loggerContextName) ContextJNDISelector.getDefaultLoggerContext()ContextSelector.getDefaultLoggerContext()DefaultContextSelector.getDefaultLoggerContext()ContextJNDISelector.getLoggerContext()ContextJNDISelector.getLoggerContext(String name) ContextSelector.getLoggerContext()ContextSelector.getLoggerContext(String name) DefaultContextSelector.getLoggerContext()DefaultContextSelector.getLoggerContext(String name) Methods in ch.qos.logback.classic.selector with parameters of type LoggerContextModifier and TypeMethodDescriptionvoidContextJNDISelector.setLocalContext(LoggerContext context) These methods are used by the LoggerContextFilter.Constructors in ch.qos.logback.classic.selector with parameters of type LoggerContextModifierConstructorDescriptionContextJNDISelector(LoggerContext context) DefaultContextSelector(LoggerContext context) -
Uses of LoggerContext in ch.qos.logback.classic.spi
Methods in ch.qos.logback.classic.spi that return LoggerContextModifier and TypeMethodDescriptionLoggerContextAwareBase.getLoggerContext()Return theLoggerContextthis component is attached to.Methods in ch.qos.logback.classic.spi with parameters of type LoggerContextModifier and TypeMethodDescriptionConfigurator.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 -
Uses of LoggerContext in ch.qos.logback.classic.util
Methods in ch.qos.logback.classic.util with parameters of type LoggerContextModifier and TypeMethodDescriptionDefaultJoranConfigurator.configure(LoggerContext context) voidContextSelectorStaticBinder.init(LoggerContext defaultLoggerContext, Object key) FOR INTERNAL USE.Constructors in ch.qos.logback.classic.util with parameters of type LoggerContext