public class Slf4jLoggerFactory extends Object implements org.slf4j.ILoggerFactory
ILoggerFactory returned from org.slf4j.impl.StaticLoggerBinder| Constructor and Description |
|---|
Slf4jLoggerFactory() |
| Modifier and Type | Method and Description |
|---|---|
org.slf4j.Logger |
getLogger(String name)
Return an appropriate
Logger instance as specified by the name parameter. |
static void |
setPaxLoggingManager(PaxLoggingManager manager) |
public static void setPaxLoggingManager(PaxLoggingManager manager)
public org.slf4j.Logger getLogger(String name)
Logger instance as specified by the name parameter.
Null-valued name arguments are considered invalid.getLogger in interface org.slf4j.ILoggerFactoryname - the name of the Logger to returnCopyright © 2006–2024 OPS4J - Open Participation Software for Java. All rights reserved.