public class LogConfigurator extends Object
Modifier and Type | Method and Description |
---|---|
static void |
configureLogLevel(String logLevel)
Configures the log level based on the input string
|
static void |
debug()
Configure the output to be at debug level
|
static void |
defaultForDaemons()
Default log configuration for the daemon
|
static void |
silent()
Configure the output to be as silent as possible
|
static void |
trace()
Configure the output to be at trace level
|
static void |
verbose()
Configure the output to be at verbose (info) level
|
public static void defaultForDaemons()
public static void trace()
public static void debug()
public static void verbose()
public static void silent()
public static void configureLogLevel(String logLevel)
logLevel
- The log level as a string (one of trace, debug, warn, info).This documentation was released into the public domain.