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 TypeMethodDescriptionvoid
LevelChangePropagator.onReset
(LoggerContext context) void
LevelChangePropagator.onStart
(LoggerContext context) void
LevelChangePropagator.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 void
SimpleSocketServer.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 TypeMethodDescriptionvoid
ContextJNDISelector.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 theLoggerContext
this 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 theLoggerContext
is set withContextAware.setContext(ch.qos.logback.core.Context)
before this method is invoked.void
LoggerContextListener.onReset
(LoggerContext context) void
LoggerContextListener.onStart
(LoggerContext context) void
LoggerContextListener.onStop
(LoggerContext context) void
LoggerContextAware.setLoggerContext
(LoggerContext context) Set owning logger context for this component.void
LoggerContextAwareBase.setLoggerContext
(LoggerContext context) Set the owning context.void
LoggingEvent.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) void
ContextSelectorStaticBinder.init
(LoggerContext defaultLoggerContext, Object key) FOR INTERNAL USE.Constructors in ch.qos.logback.classic.util with parameters of type LoggerContext