public class LoggerFactory extends Object
Modifier and Type | Field and Description |
---|---|
static Boolean |
hasToLog |
static Class |
loggerClass |
static Method |
method |
static Logger |
NO_LOGGER |
Constructor and Description |
---|
LoggerFactory() |
Modifier and Type | Method and Description |
---|---|
static Logger |
getLogger(Class<?> clazz)
Initialize logger.
|
static void |
init(boolean mustLog)
Initialize factory.
|
Copyright © 2017. All rights reserved.