public class JavaLoggingSystem extends AbstractLoggingSystem
| Constructor and Description | 
|---|
| JavaLoggingSystem(ClassLoader classLoader) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | initialize(String configLocation)Initialize the logging system from a logging configuration location. | 
| void | setLogLevel(String loggerName,
           LogLevel level)Sets the logging level for a given logger. | 
beforeInitialize, getClassLoader, getPackagedConfigFile, initialize, initializeWithSensibleDefaultsgetpublic JavaLoggingSystem(ClassLoader classLoader)
public void initialize(String configLocation)
LoggingSysteminitialize in class LoggingSystemconfigLocation - a log configuration locationpublic void setLogLevel(String loggerName, LogLevel level)
LoggingSystemsetLogLevel in class LoggingSystemloggerName - the name of the logger to setlevel - the log levelCopyright © 2013. All rights reserved.