|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ops4j.pax.logging.slf4j.Slf4jLoggerFactory
public class Slf4jLoggerFactory
Constructor Summary | |
---|---|
Slf4jLoggerFactory()
|
Method Summary | |
---|---|
static void |
dispose()
Pax Logging internal method. |
Logger |
getLogger(java.lang.String name)
Return an appropriate Logger instance as specified by the
name parameter. |
static void |
release()
Releases any held resources and makes the class ready for garbage collection. |
static void |
setBundleContext(org.osgi.framework.BundleContext context)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Slf4jLoggerFactory()
Method Detail |
---|
public static void setBundleContext(org.osgi.framework.BundleContext context)
public static void release()
public Logger getLogger(java.lang.String name)
Logger
instance as specified by the
name
parameter.
Null-valued name arguments are considered invalid.
Certain extremely simple logging systems, e.g. NOP, may always return the same logger instance regardless of the requested name.
getLogger
in interface ILoggerFactory
name
- the name of the Logger to returnpublic static void dispose()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |