Class DefaultConfiguratorFactory
java.lang.Object
org.jboss.logmanager.configuration.DefaultConfiguratorFactory
- All Implemented Interfaces:
ConfiguratorFactory
The default configuration factory which has a priority of 100.
- Author:
- James R. Perkins
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate()Creates theLogContextConfigurator.intpriority()The priority for the factory which is used to determine which factory should be used to create aLogContextConfigurator.
-
Constructor Details
-
DefaultConfiguratorFactory
public DefaultConfiguratorFactory()
-
-
Method Details
-
create
Description copied from interface:ConfiguratorFactoryCreates theLogContextConfigurator.- Specified by:
createin interfaceConfiguratorFactory- Returns:
- the log context configurator
-
priority
public int priority()Description copied from interface:ConfiguratorFactoryThe priority for the factory which is used to determine which factory should be used to create aLogContextConfigurator. The lowest priority factory will be used.- Specified by:
priorityin interfaceConfiguratorFactory- Returns:
- the priority for this factory
-