|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pfsw.db.LoggerProvider
public class LoggerProvider
This is the central access point for the package's logger. Replacing the logger here means that all classes in this package will use the new logger for further output.
Method Summary | |
---|---|
static org.pfsw.logging.Logger |
getLogger()
Returns the current logger used by this component to report errors and exceptions. |
static void |
setLogger(org.pfsw.logging.Logger newLogger)
Replace the logger by another one. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static org.pfsw.logging.Logger getLogger()
public static void setLogger(org.pfsw.logging.Logger newLogger)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |