|
SLF4J API Version 1.4.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LoggerFactoryBinder
An internal interface which helps the static LoggerFactory
class bind with the appropriate ILoggerFactory
instance.
Method Summary | |
---|---|
ILoggerFactory |
getLoggerFactory()
Return the instance of ILoggerFactory that
LoggerFactory class should bind to. |
String |
getLoggerFactoryClassStr()
The String form of the ILoggerFactory object that this
LoggerFactoryBinder instance is intended to return. |
Method Detail |
---|
ILoggerFactory getLoggerFactory()
ILoggerFactory
that
LoggerFactory
class should bind to.
ILoggerFactory
that
LoggerFactory
class should bind to.String getLoggerFactoryClassStr()
ILoggerFactory
object that this
LoggerFactoryBinder
instance is intended to return.
This method allows the developer to intterogate this binder's intention
which may be different from the ILoggerFactory
instance it is able to
yield in practice. The discrepency should only occur in case of errors.
ILoggerFactory
instance
|
SLF4J API Version 1.4.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |