| Package | Description |
|---|---|
| com.guicedee.logger | |
| com.guicedee.logger.handlers |
| Modifier and Type | Method and Description |
|---|---|
static ConsoleSTDOutputHandler |
LogFactory.configureConsoleColourOutput(java.util.logging.Level outputLevel) |
static ConsoleSTDOutputHandler |
LogFactory.configureConsoleSingleLineOutput(java.util.logging.Level outputLevel)
Configures all the JWebMP Loggers to log to console with the given output using the SingleLineFormatter
|
static ConsoleSTDOutputHandler |
LogFactory.configureConsoleSingleLineOutput(java.util.logging.Level outputLevel,
boolean inverted)
Configures all the JWebMP Loggers to log to console with the given output using the SingleLineFormatter
|
ConsoleSTDOutputHandler |
LogFactory.getConsoleLogger()
Returns the console logger
|
| Modifier and Type | Method and Description |
|---|---|
static ConsoleSTDOutputHandler |
ConsoleSTDOutputHandler.getInstance()
Gets the instance
|
ConsoleSTDOutputHandler |
ConsoleSTDOutputHandler.setColoured(boolean coloured)
Sets if the output handler must output in coloured mode
|
Copyright © 2020 Marc Magon. All rights reserved.