Uses of Class
org.jboss.logmanager.config.LogContextConfigurationImpl
Packages that use LogContextConfigurationImpl
-
Uses of LogContextConfigurationImpl in org.jboss.logmanager.config
Fields in org.jboss.logmanager.config declared as LogContextConfigurationImplModifier and TypeFieldDescriptionprivate final LogContextConfigurationImpl
AbstractBasicConfiguration.configuration
Methods in org.jboss.logmanager.config that return LogContextConfigurationImplModifier and TypeMethodDescription(package private) LogContextConfigurationImpl
AbstractBasicConfiguration.getConfiguration()
Constructors in org.jboss.logmanager.config with parameters of type LogContextConfigurationImplModifierConstructorDescription(package private)
AbstractBasicConfiguration
(String name, LogContextConfigurationImpl configuration, Map<String, T> refs, Map<String, C> configs) protected
AbstractPropertyConfiguration
(Class<T> baseClass, LogContextConfigurationImpl configuration, Map<String, T> refs, Map<String, C> configs, String name, String moduleName, String className, String[] constructorProperties) (package private)
ErrorManagerConfigurationImpl
(LogContextConfigurationImpl configuration, String name, String moduleName, String className, String[] constructorProperties) (package private)
FilterConfigurationImpl
(LogContextConfigurationImpl configuration, String name, String moduleName, String className, String[] constructorProperties) (package private)
FormatterConfigurationImpl
(LogContextConfigurationImpl configuration, String name, String moduleName, String className, String[] constructorProperties) (package private)
HandlerConfigurationImpl
(LogContextConfigurationImpl configuration, String name, String moduleName, String className, String[] constructorProperties) (package private)
LoggerConfigurationImpl
(String name, LogContextConfigurationImpl configuration) (package private)
PojoConfigurationImpl
(LogContextConfigurationImpl configuration, String name, String moduleName, String className, String[] constructorProperties)