Package org.jboss.logmanager
Interface ConfigurationLocator
-
- All Known Implementing Classes:
DefaultConfigurationLocator
public interface ConfigurationLocatorA locator for logger configuration.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InputStreamfindConfiguration()Find the configuration file.
-
-
-
Method Detail
-
findConfiguration
InputStream findConfiguration() throws IOException
Find the configuration file.- Returns:
- the configuration file input stream
- Throws:
IOException
-
-