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.jmx 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 ch.qos.logback.classic.spi Contains core classes of logback classic.ch.qos.logback.classic.turbo ch.qos.logback.classic.util Contains utility classes.chapters.appenders org.slf4j.impl -
-
Uses of LoggerContext in ch.qos.logback.classic
Fields in ch.qos.logback.classic declared as LoggerContext Modifier and Type Field Description (package private) LoggerContextLogger. loggerContextMethods 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 voidBasicConfigurator. configure(LoggerContext lc)Constructors in ch.qos.logback.classic with parameters of type LoggerContext Constructor Description Logger(java.lang.String name, Logger parent, LoggerContext loggerContext) -
Uses of LoggerContext in ch.qos.logback.classic.jmx
Fields in ch.qos.logback.classic.jmx declared as LoggerContext Modifier and Type Field Description (package private) LoggerContextJMXConfigurator. loggerContextMethods in ch.qos.logback.classic.jmx with parameters of type LoggerContext Modifier and Type Method Description static voidMBeanUtil. createAndRegisterJMXConfigurator(javax.management.MBeanServer mbs, LoggerContext loggerContext, JMXConfigurator jmxConfigurator, javax.management.ObjectName objectName, java.lang.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, javax.management.MBeanServer mbs, javax.management.ObjectName objectName, java.lang.Object caller)Constructors in ch.qos.logback.classic.jmx with parameters of type LoggerContext Constructor Description JMXConfigurator(LoggerContext loggerContext, javax.management.MBeanServer mbs, javax.management.ObjectName objectName) -
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 private voidReconfigureOnChangeTask. fallbackConfiguration(LoggerContext lc, java.util.List<SaxEvent> eventList, java.net.URL mainURL)private voidReconfigureOnChangeTask. performXMLConfiguration(LoggerContext lc, java.net.URL mainConfigurationURL) -
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
Fields in ch.qos.logback.classic.net declared as LoggerContext Modifier and Type Field Description (package private) LoggerContextSocketNode. contextprivate LoggerContextSimpleSocketServer. lcMethods in ch.qos.logback.classic.net with parameters of type LoggerContext Modifier and Type Method Description static voidSimpleSocketServer. configureLC(LoggerContext lc, java.lang.String configFile)private voidSocketReceiver. dispatchEvents(LoggerContext lc)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, javax.net.ssl.SSLContext sslContext)Creates a new server using a custom SSL context.SocketNode(SimpleSocketServer socketServer, java.net.Socket socket, LoggerContext context) -
Uses of LoggerContext in ch.qos.logback.classic.net.server
Fields in ch.qos.logback.classic.net.server declared as LoggerContext Modifier and Type Field Description private LoggerContextRemoteAppenderStreamClient. lcMethods in ch.qos.logback.classic.net.server with parameters of type LoggerContext Modifier and Type Method Description voidRemoteAppenderClient. 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 LoggerContext Modifier and Type Field Description private LoggerContextContextJNDISelector. defaultContextprivate LoggerContextDefaultContextSelector. defaultLoggerContextFields in ch.qos.logback.classic.selector with type parameters of type LoggerContext Modifier and Type Field Description private java.util.Map<java.lang.String,LoggerContext>ContextJNDISelector. synchronizedContextMapprivate static java.lang.ThreadLocal<LoggerContext>ContextJNDISelector. threadLocalMethods in ch.qos.logback.classic.selector that return LoggerContext Modifier and Type Method Description LoggerContextContextJNDISelector. detachLoggerContext(java.lang.String loggerContextName)LoggerContextContextSelector. detachLoggerContext(java.lang.String loggerContextName)LoggerContextDefaultContextSelector. detachLoggerContext(java.lang.String loggerContextName)LoggerContextContextJNDISelector. getDefaultLoggerContext()LoggerContextContextSelector. getDefaultLoggerContext()LoggerContextDefaultContextSelector. getDefaultLoggerContext()LoggerContextContextJNDISelector. getLoggerContext()LoggerContextContextJNDISelector. getLoggerContext(java.lang.String name)LoggerContextContextSelector. getLoggerContext()LoggerContextContextSelector. getLoggerContext(java.lang.String name)LoggerContextDefaultContextSelector. getLoggerContext()LoggerContextDefaultContextSelector. getLoggerContext(java.lang.String name)Methods in ch.qos.logback.classic.selector with parameters of type LoggerContext Modifier and Type Method Description private voidContextJNDISelector. configureLoggerContextByURL(LoggerContext context, java.net.URL url)private java.net.URLContextJNDISelector. findConfigFileURL(javax.naming.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 LoggerContext Constructor Description ContextJNDISelector(LoggerContext context)DefaultContextSelector(LoggerContext context) -
Uses of LoggerContext in ch.qos.logback.classic.spi
Fields in ch.qos.logback.classic.spi declared as LoggerContext Modifier and Type Field Description private LoggerContextLoggingEvent. loggerContextMethods 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 voidConfigurator. 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 Constructor Description LoggerContextVO(LoggerContext lc)LoggerRemoteView(java.lang.String name, LoggerContext lc) -
Uses of LoggerContext in ch.qos.logback.classic.turbo
Methods in ch.qos.logback.classic.turbo with parameters of type LoggerContext Modifier and Type Method Description private voidReconfigureOnChangeFilter.ReconfiguringThread. fallbackConfiguration(LoggerContext lc, java.util.List<SaxEvent> eventList, java.net.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 LoggerContext Modifier and Type Field Description (package private) LoggerContextContextInitializer. loggerContextMethods in ch.qos.logback.classic.util with parameters of type LoggerContext Modifier and Type Method Description (package private) static ContextSelectorContextSelectorStaticBinder. dynamicalContextSelector(LoggerContext defaultLoggerContext, java.lang.String contextSelectorStr)Instantiate the context selector class designated by the user.voidContextSelectorStaticBinder. init(LoggerContext defaultLoggerContext, java.lang.Object key)FOR INTERNAL USE.Constructors in ch.qos.logback.classic.util with parameters of type LoggerContext Constructor Description ContextInitializer(LoggerContext loggerContext) -
Uses of LoggerContext in chapters.appenders
Fields in chapters.appenders declared as LoggerContext Modifier and Type Field Description (package private) LoggerContextIO. context(package private) LoggerContextIOPerformance. context -
Uses of LoggerContext in org.slf4j.impl
Fields in org.slf4j.impl declared as LoggerContext Modifier and Type Field Description private LoggerContextStaticLoggerBinder. defaultLoggerContext
-