Package | Description |
---|---|
org.ops4j.pax.logging.slf4j | |
org.slf4j |
Core logging interfaces.
|
org.slf4j.helpers |
Helper classes.
|
org.slf4j.spi |
Classes and interfaces which are internal to SLF4J.
|
Modifier and Type | Class and Description |
---|---|
class |
Slf4jLogger |
Modifier and Type | Method and Description |
---|---|
Logger |
Slf4jLoggerFactory.getLogger(String name)
Return an appropriate
Logger instance as specified by the name parameter. |
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.
|
class |
NOPLogger
A direct NOP (no operation) implementation of
Logger . |
Modifier and Type | Method and Description |
---|---|
Logger |
NOPLoggerFactory.getLogger(String name) |
Logger |
SubstituteLoggerFactory.getLogger(String name) |
Modifier and Type | Interface and Description |
---|---|
interface |
LocationAwareLogger
An optional interface helping integration with logging systems capable of
extracting location information.
|
Copyright © 2019. All rights reserved.