|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ojb.broker.util.logging.LoggerFactory
This is a wrapper thta provides static accessors to LoggerFactoryImpl methods
Constructor Summary | |
LoggerFactory()
|
Method Summary | |
static Logger |
getBootLogger()
returns a minimal logger that needs no configuration and can thus be safely used during OJB boot phase (i.e. |
static Logger |
getDefaultLogger()
returns the default logger. |
static Logger |
getLogger(java.lang.Class clazz)
returns a Logger. |
static Logger |
getLogger(java.lang.String name)
returns a Logger. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LoggerFactory()
Method Detail |
public static Logger getBootLogger()
public static Logger getDefaultLogger()
public static Logger getLogger(java.lang.Class clazz)
clazz
- the Class which name is to be used as name
public static Logger getLogger(java.lang.String name)
name
- the name of the Logger
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |