public class ConsoleLoggerProvider extends Object
| Constructor and Description |
|---|
ConsoleLoggerProvider() |
| Modifier and Type | Method and Description |
|---|---|
static Logger |
getLogger(Class<?> clazz)
Returns a logger for the given class with the default "INFO" level
|
static Logger |
getLogger(Class<?> clazz,
Level level)
Returns a logger for the given class with the given level
|
static void |
setGlobalLevelThreshold(Level level)
Set the global level threshold = 'do not log under this threshold'
|
public static final void setGlobalLevelThreshold(Level level)
level - public static final Logger getLogger(Class<?> clazz)
clazz - Copyright © 2016. All rights reserved.