|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.aselect.system.logging.SystemLogger
org.aselect.authspserver.log.AuthSPSystemLogger
public class AuthSPSystemLogger
A singleton class for the SystemLogger
that logs system
information.
Description:
Singleton class for the SystemLogger
that is located in the
org.aselect.system package. It is used for logging system information
only.
Concurrency issues:
-
Method Summary | |
---|---|
static AuthSPSystemLogger |
getHandle()
Method to return the instance of the SystemLogger . |
void |
init(java.lang.Object oSysLogging,
java.lang.String sWorkingDir)
Initializes the System Logger. |
Methods inherited from class org.aselect.system.logging.SystemLogger |
---|
closeHandlers, formatDetailedError, formatInternalError, init, init, isDebug, log, log, log, log, setDebug, setLevel |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static AuthSPSystemLogger getHandle()
SystemLogger
.
SystemLogger
instancepublic void init(java.lang.Object oSysLogging, java.lang.String sWorkingDir) throws ASelectException
NULL
.NULL
.
oSysLogging
- The logger config section with id='system'sWorkingDir
- The AuthSP working dir
ASelectException
- if initialization went wrong
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |