public class LoggerFactory extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
LoggerFactory.LoggerFramework
The Enum LoggerFramework.
|
static class |
LoggerFactory.LogLevel
The Enum LogLevels.
|
| Constructor and Description |
|---|
LoggerFactory() |
| Modifier and Type | Method and Description |
|---|---|
static org.slf4j.Logger |
getLogger(Class<?> clazz)
Gets the logger.
|
static org.slf4j.Logger |
getLogger(String name)
Gets the logger.
|
static boolean |
setRootLevel(LoggerFactory.LogLevel newLevel)
Sets the root level.
|
public static org.slf4j.Logger getLogger(Class<?> clazz)
clazz - the clazzpublic static org.slf4j.Logger getLogger(String name)
name - the namepublic static boolean setRootLevel(LoggerFactory.LogLevel newLevel)
newLevel - the new levelCopyright © 2018. All rights reserved.