public class LogConfigurationHelper extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DATETIME_FORMAT |
static String |
LOGGER_PREFIX |
| Constructor and Description |
|---|
LogConfigurationHelper() |
| Modifier and Type | Method and Description |
|---|---|
static void |
configureLog(Properties properties)
Search properties for prefix LOGGER and set level for package in format:
LOGGER.my.package=LEVEL
|
public static final String LOGGER_PREFIX
public static final String DATETIME_FORMAT
public static void configureLog(Properties properties)
properties - propertiesCopyright © 2018. All rights reserved.