|
||||||||||
| 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 | |
|---|---|
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 ILoggerFactoryname - the name of the Logger to return
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||