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 voidMBeanUtil.createAndRegisterJMXConfigurator(MBeanServer mbs, LoggerContext loggerContext, JMXConfigurator jmxConfigurator, ObjectName objectName, Object caller) voidJMXConfigurator.onReset(LoggerContext context) voidJMXConfigurator.onStart(LoggerContext context) voidJMXConfigurator.onStop(LoggerContext context) When the associated LoggerContext is stopped, this configurator must be unregisteredstatic voidMBeanUtil.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 voidReconfigureOnChangeTask.fallbackConfiguration(LoggerContext lc, List<SaxEvent> eventList, URL mainURL) private voidReconfigureOnChangeTask.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 TypeMethodDescriptionvoidLevelChangePropagator.onReset(LoggerContext context) voidLevelChangePropagator.onStart(LoggerContext context) voidLevelChangePropagator.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) LoggerContextSocketNode.contextprivate final LoggerContextSimpleSocketServer.lcMethods in ch.qos.logback.classic.net with parameters of type LoggerContextModifier and TypeMethodDescriptionstatic voidSimpleSocketServer.configureLC(LoggerContext lc, String configFile) private voidSocketReceiver.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 TypeMethodDescriptionvoidRemoteAppenderClient.setLoggerContext(LoggerContext lc) Sets the client's logger context.voidRemoteAppenderStreamClient.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 LoggerContextContextJNDISelector.defaultContextprivate LoggerContextDefaultContextSelector.defaultLoggerContextFields in ch.qos.logback.classic.selector with type parameters of type LoggerContextModifier and TypeFieldDescriptionprivate final Map<String, LoggerContext> ContextJNDISelector.synchronizedContextMapprivate static final ThreadLocal<LoggerContext> ContextJNDISelector.threadLocalMethods 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 voidContextJNDISelector.configureLoggerContextByURL(LoggerContext context, URL url) private URLContextJNDISelector.findConfigFileURL(Context ctx, LoggerContext loggerContext) voidContextJNDISelector.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 theLoggerContextthis component is attached to.Methods in ch.qos.logback.classic.spi with parameters of type LoggerContextModifier and TypeMethodDescriptionvoidConfigurator.configure(LoggerContext loggerContext) The context will also be set before this method is called viaContextAware.setContext(ch.qos.logback.core.Context).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.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 voidReconfigureOnChangeFilter.ReconfiguringThread.fallbackConfiguration(LoggerContext lc, List<SaxEvent> eventList, URL mainURL) private voidReconfigureOnChangeFilter.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 LoggerContextContextInitializer.loggerContextMethods in ch.qos.logback.classic.util with parameters of type LoggerContextModifier and TypeMethodDescription(package private) static ContextSelectorContextSelectorStaticBinder.dynamicalContextSelector(LoggerContext defaultLoggerContext, String contextSelectorStr) Instantiate the context selector class designated by the user.voidContextSelectorStaticBinder.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) LoggerContextIO.context(package private) LoggerContextIOPerformance.context -
Uses of LoggerContext in org.slf4j.impl
Fields in org.slf4j.impl declared as LoggerContext