public class StaticLoggerBinder extends java.lang.Object
Provides stack trace cleaning and filtering of log4j log output.
Modifiers | Name | Description |
---|---|---|
static java.lang.String |
REQUESTED_API_VERSION |
Declare the version of the SLF4J API this implementation is compiled against. |
Type Params | Return Type | Name and description |
---|---|---|
|
org.slf4j.ILoggerFactory |
getLoggerFactory() |
|
java.lang.String |
getLoggerFactoryClassStr() |
|
static StaticLoggerBinder |
getSingleton() Return the singleton of this class. |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Declare the version of the SLF4J API this implementation is compiled against. The value of this field is usually modified with each release.
Return the singleton of this class.