|
Simple Log 2.0.1
[grlea] |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.grlea.log.adapters.slf4j.Slf4jAdapterFactory
An implementation of ILoggerFactory
which always returns Slf4jAdapter
instances.
Constructor Summary | |
Slf4jAdapterFactory()
Creates a new Slf4jAdapterFactory . |
Method Summary | |
Logger |
getLogger(java.lang.String loggerName)
Return an appropriate Logger instance as specified by the
name parameter. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Slf4jAdapterFactory()
Slf4jAdapterFactory
.
Method Detail |
public final Logger getLogger(java.lang.String loggerName)
ILoggerFactory
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
loggerName
- the name of the Logger to return
|
Copyright (c) 2004-2006, Graham Lea. All rights reserved. |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |