Package org.jboss.logmanager
Class DefaultConfigurationLocator
java.lang.Object
org.jboss.logmanager.DefaultConfigurationLocator
- All Implemented Interfaces:
ConfigurationLocator
A configuration locator which looks for a
logging.properties
file in the class path, allowing the location
to be overridden via a URL specified in the logging.configuration
system property.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DefaultConfigurationLocator
public DefaultConfigurationLocator()
-
-
Method Details
-
findConfiguration
Find the configuration file.- Specified by:
findConfiguration
in interfaceConfigurationLocator
- Returns:
- the configuration file input stream
- Throws:
IOException
-