org.apache.imperius.util
Class SPLLogger
java.lang.Object
org.apache.imperius.util.SPLLogger
public class SPLLogger
- extends java.lang.Object
Field Summary |
static java.lang.String |
fileSeparator
|
static java.lang.String |
SPL_HOME
Location of log files. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
fileSeparator
public static final java.lang.String fileSeparator
SPL_HOME
public static java.lang.String SPL_HOME
- Location of log files.
Initialized to the current directory (i.e. user.dir property)
getSPLLogger
public static SPLLogger getSPLLogger()
initSPLAuditLogger
public void initSPLAuditLogger()
throws java.lang.SecurityException,
java.io.IOException
- Throws:
java.lang.SecurityException
java.io.IOException
initSPLLogger
public void initSPLLogger()
throws java.lang.SecurityException,
java.io.IOException
- Throws:
java.lang.SecurityException
java.io.IOException
enableSPLLogger
public void enableSPLLogger()
getLogger
public org.apache.imperius.util.SPLLoggerClass getLogger()
getAuditLogger
public java.util.logging.Logger getAuditLogger()
disableSPLLogger
public void disableSPLLogger()