- All Implemented Interfaces:
org.slf4j.ILoggerFactory
public class LoggerFactory
extends Object
implements org.slf4j.ILoggerFactory
-
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
LEVEL
public static final String LEVEL
- See Also:
-
-
LOGGER_CONSOLE_STREAM
public static final String LOGGER_CONSOLE_STREAM
- See Also:
-
-
LOGGER_CONSOLE_COLORED
public static final String LOGGER_CONSOLE_COLORED
- See Also:
-
-
LOGGER_BUFFER_SIZE
public static final String LOGGER_BUFFER_SIZE
- See Also:
-
-
Constructor Details
-
LoggerFactory
public LoggerFactory()
-
Method Details
-
getLogger
public org.slf4j.Logger getLogger(String name)
- Specified by:
getLogger in interface org.slf4j.ILoggerFactory
-