| Package | Description |
|---|---|
| com.noveogroup.android.log |
Provides classes of Android Logger.
|
| org.slf4j.impl |
Provides adapter of Android Logger for slf4j.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractLogger
Abstract implementation of
Logger interface. |
class |
SimpleLogger
|
| Modifier and Type | Method and Description |
|---|---|
static Logger |
LoggerManager.getLogger()
Returns logger corresponding to the caller class.
|
static Logger |
LoggerManager.getLogger(Class<?> aClass)
Returns logger corresponding to the specified class.
|
static Logger |
LoggerManager.getLogger(String name)
Returns logger corresponding to the specified name.
|
| Constructor and Description |
|---|
AndroidLoggerAdapter(Logger logger)
Creates new instance of
AndroidLoggerAdapter. |
Copyright © 2015. All Rights Reserved.