|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectat.spardat.xma.boot.logger.LogManager
LogManager
| Constructor Summary | |
protected |
LogManager()
It is intended that there only be one LogManager object, whose value is retrieved by calling Logmanager.getLogManager. |
| Method Summary | |
boolean |
addLogger(Logger logger)
|
java.lang.String |
getLogFileName()
Get the fully quallified name of the used logfile. |
Logger |
getLogger(java.lang.String name)
Method to find a named logger. |
static LogManager |
getLogManager()
Return the global LogManager object. |
void |
notifyLoggers(LogLevel newlevel,
boolean notifyHandlers)
|
void |
setConfiguration(java.util.Properties in)
Reinitialize the logging properties and reread the logging configuration. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
protected LogManager()
| Method Detail |
public static LogManager getLogManager()
public void setConfiguration(java.util.Properties in)
public void notifyLoggers(LogLevel newlevel,
boolean notifyHandlers)
public boolean addLogger(Logger logger)
public Logger getLogger(java.lang.String name)
name - name of the logger
public java.lang.String getLogFileName()
null.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||