| Package | Description |
|---|---|
| org.dominokit.domino.logger | |
| org.slf4j | |
| org.slf4j.helpers |
| Modifier and Type | Class and Description |
|---|---|
class |
GWTLoggerAdapter |
| Modifier and Type | Method and Description |
|---|---|
static Logger |
LoggerFactory.getLogger(Class clazz)
Return a logger named corresponding to the class passed as parameter, using
the statically bound
ILoggerFactory instance. |
Logger |
ILoggerFactory.getLogger(String name)
Return an appropriate
Logger instance as specified by the
name parameter. |
static Logger |
LoggerFactory.getLogger(String name)
Return a logger named according to the name parameter using the statically
bound
ILoggerFactory instance. |
| Modifier and Type | Class and Description |
|---|---|
class |
MarkerIgnoringBase
This class serves as base for adapters or native implementations of logging systems
lacking Marker support.
|
Copyright © 2020. All rights reserved.