| Package | Description |
|---|---|
| com.openpojo.log | |
| com.openpojo.log.impl | |
| com.openpojo.reflection.java.packageloader |
| Modifier and Type | Method and Description |
|---|---|
static Logger |
LoggerFactory.getLogger(java.lang.Class<?> clazz)
This method returns an instance of Logger class for logging.
|
static Logger |
LoggerFactory.getLogger(java.lang.String category)
This method returns an instance of Logger class for logging.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
LoggerFactory.setActiveLogger(java.lang.Class<? extends Logger> newLogger)
This method allows full control to set the active logger to a specific one.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JavaLogger
Our own JavaLogger adapter.
The Mapping is done as follows: - Trace = Level.FINEST - Debug = Level.FINER - Info = Level.FINE - Warn = Level.WARNING - Error = Level.SEVERE - Fatal = Level.SEVERE |
class |
Log4JLogger
This class wraps the Log4J underlying layer.
|
class |
SLF4JLogger
This class wraps the SLF4J underlying layer.
|
| Modifier and Type | Field and Description |
|---|---|
protected Logger |
PackageLoader.logger |
Copyright © 2010-2015. All Rights Reserved.