Class DefaultConfiguratorFactory
- java.lang.Object
-
- org.jboss.logmanager.configuration.DefaultConfiguratorFactory
-
- All Implemented Interfaces:
ConfiguratorFactory
@MetaInfServices public class DefaultConfiguratorFactory extends Object implements ConfiguratorFactory
The default configuration factory which has a priority of 100.- Author:
- James R. Perkins
-
-
Constructor Summary
Constructors Constructor Description DefaultConfiguratorFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LogContextConfiguratorcreate()Creates theLogContextConfigurator.intpriority()The priority for the factory which is used to determine which factory should be used to create aLogContextConfigurator.
-
-
-
Method Detail
-
create
public LogContextConfigurator 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
-
-