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
Provides a robust logging server
Contains core classes of logback classic.
Contains utility classes.
-
Uses of LoggerContext in ch.qos.logback.classic
Fields in ch.qos.logback.classic declared as LoggerContextMethods in ch.qos.logback.classic that return LoggerContextMethods in ch.qos.logback.classic with parameters of type LoggerContextConstructors in ch.qos.logback.classic with parameters of type LoggerContextModifierConstructorDescription(package private)
Logger
(String name, Logger parent, LoggerContext loggerContext) -
Uses of LoggerContext in ch.qos.logback.classic.jmx
Fields in ch.qos.logback.classic.jmx declared as LoggerContextMethods in ch.qos.logback.classic.jmx with parameters of type LoggerContextModifier and TypeMethodDescriptionstatic void
MBeanUtil.createAndRegisterJMXConfigurator
(MBeanServer mbs, LoggerContext loggerContext, JMXConfigurator jmxConfigurator, ObjectName objectName, Object caller) void
JMXConfigurator.onReset
(LoggerContext context) void
JMXConfigurator.onStart
(LoggerContext context) void
JMXConfigurator.onStop
(LoggerContext context) When the associated LoggerContext is stopped, this configurator must be unregisteredstatic void
MBeanUtil.unregister
(LoggerContext loggerContext, MBeanServer mbs, ObjectName objectName, Object caller) Constructors in ch.qos.logback.classic.jmx with parameters of type LoggerContextModifierConstructorDescriptionJMXConfigurator
(LoggerContext loggerContext, MBeanServer mbs, ObjectName objectName) -
Uses of LoggerContext in ch.qos.logback.classic.joran
Methods in ch.qos.logback.classic.joran with parameters of type LoggerContextModifier and TypeMethodDescriptionprivate void
ReconfigureOnChangeTask.fallbackConfiguration
(LoggerContext lc, List<SaxEvent> eventList, URL mainURL) private void
ReconfigureOnChangeTask.performXMLConfiguration
(LoggerContext lc, URL mainConfigurationURL) -
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
Fields in ch.qos.logback.classic.net declared as LoggerContextModifier and TypeFieldDescription(package private) LoggerContext
SocketNode.context
private final LoggerContext
SimpleSocketServer.lc
Methods in ch.qos.logback.classic.net with parameters of type LoggerContextModifier and TypeMethodDescriptionstatic void
SimpleSocketServer.configureLC
(LoggerContext lc, String configFile) private void
SocketReceiver.dispatchEvents
(LoggerContext lc) 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.net.server
Fields in ch.qos.logback.classic.net.server declared as LoggerContextMethods in ch.qos.logback.classic.net.server with parameters of type LoggerContextModifier and TypeMethodDescriptionvoid
RemoteAppenderClient.setLoggerContext
(LoggerContext lc) Sets the client's logger context.void
RemoteAppenderStreamClient.setLoggerContext
(LoggerContext lc) Sets the client's logger context. -
Uses of LoggerContext in ch.qos.logback.classic.selector
Fields in ch.qos.logback.classic.selector declared as LoggerContextModifier and TypeFieldDescriptionprivate final LoggerContext
ContextJNDISelector.defaultContext
private LoggerContext
DefaultContextSelector.defaultLoggerContext
Fields in ch.qos.logback.classic.selector with type parameters of type LoggerContextModifier and TypeFieldDescriptionprivate final Map<String,
LoggerContext> ContextJNDISelector.synchronizedContextMap
private static final ThreadLocal<LoggerContext>
ContextJNDISelector.threadLocal
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 TypeMethodDescriptionprivate void
ContextJNDISelector.configureLoggerContextByURL
(LoggerContext context, URL url) private URL
ContextJNDISelector.findConfigFileURL
(Context ctx, LoggerContext loggerContext) void
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
Fields in ch.qos.logback.classic.spi declared as LoggerContextMethods 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 TypeMethodDescriptionvoid
Configurator.configure
(LoggerContext loggerContext) The context will also be set before this method is called viaContextAware.setContext(ch.qos.logback.core.Context)
.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.Constructors in ch.qos.logback.classic.spi with parameters of type LoggerContext -
Uses of LoggerContext in ch.qos.logback.classic.turbo
Methods in ch.qos.logback.classic.turbo with parameters of type LoggerContextModifier and TypeMethodDescriptionprivate void
ReconfigureOnChangeFilter.ReconfiguringThread.fallbackConfiguration
(LoggerContext lc, List<SaxEvent> eventList, URL mainURL) private void
ReconfigureOnChangeFilter.ReconfiguringThread.performXMLConfiguration
(LoggerContext lc) -
Uses of LoggerContext in ch.qos.logback.classic.util
Fields in ch.qos.logback.classic.util declared as LoggerContextModifier and TypeFieldDescription(package private) final LoggerContext
ContextInitializer.loggerContext
Methods in ch.qos.logback.classic.util with parameters of type LoggerContextModifier and TypeMethodDescription(package private) static ContextSelector
ContextSelectorStaticBinder.dynamicalContextSelector
(LoggerContext defaultLoggerContext, String contextSelectorStr) Instantiate the context selector class designated by the user.void
ContextSelectorStaticBinder.init
(LoggerContext defaultLoggerContext, Object key) FOR INTERNAL USE.Constructors in ch.qos.logback.classic.util with parameters of type LoggerContext -
Uses of LoggerContext in chapters.appenders
Fields in chapters.appenders declared as LoggerContextModifier and TypeFieldDescription(package private) LoggerContext
IO.context
(package private) LoggerContext
IOPerformance.context
-
Uses of LoggerContext in org.slf4j.impl
Fields in org.slf4j.impl declared as LoggerContext