Package org.jboss.windup.bootstrap
Class LoggingConfigurationLocator
- java.lang.Object
-
- org.jboss.windup.bootstrap.LoggingConfigurationLocator
-
- All Implemented Interfaces:
org.jboss.logmanager.ConfigurationLocator
public class LoggingConfigurationLocator extends Object implements org.jboss.logmanager.ConfigurationLocator
Looks for configuration files, currentlylogging.propertiesin Windup directory, Windup user's directory, or what's in the "logging.configuration" sysprop.- Author:
- James R. Perkins, Lincoln Baxter, III
-
-
Constructor Summary
Constructors Constructor Description LoggingConfigurationLocator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InputStreamfindConfiguration()
-
-
-
Method Detail
-
findConfiguration
public InputStream findConfiguration() throws IOException
- Specified by:
findConfigurationin interfaceorg.jboss.logmanager.ConfigurationLocator- Throws:
IOException
-
-