public final class LogUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isVerboseLoggingEnabled()
Get the value of verboseLoggingEnabled.
|
static void |
prepareLogger(InputStream in,
String verboseLogFile)
Configures the logger for use by the application.
|
public static void prepareLogger(InputStream in, String verboseLogFile)
in - the input stream to read the log settings fromverboseLogFile - the file path for the verbose logpublic static boolean isVerboseLoggingEnabled()
Copyright© 2012-15 Jeremy Long. All Rights Reserved.