Uses of Interface
org.jboss.logmanager.config.LogContextConfiguration
-
Packages that use LogContextConfiguration Package Description org.jboss.logmanager org.jboss.logmanager.config -
-
Uses of LogContextConfiguration in org.jboss.logmanager
Fields in org.jboss.logmanager declared as LogContextConfiguration Modifier and Type Field Description private LogContextConfiguration
PropertyConfigurator. config
Methods in org.jboss.logmanager that return LogContextConfiguration Modifier and Type Method Description LogContextConfiguration
PropertyConfigurator. getLogContextConfiguration()
Get the log context configuration. -
Uses of LogContextConfiguration in org.jboss.logmanager.config
Classes in org.jboss.logmanager.config that implement LogContextConfiguration Modifier and Type Class Description (package private) class
LogContextConfigurationImpl
Methods in org.jboss.logmanager.config that return LogContextConfiguration Modifier and Type Method Description static LogContextConfiguration
LogContextConfiguration.Factory. create(LogContext logContext)
Construct a new persistent configuration for a log context.
-