org.apache.imperius.util
Class SPLLogger

java.lang.Object
  extended by 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.
 
Method Summary
 void disableSPLLogger()
           
 void enableSPLLogger()
           
 java.util.logging.Logger getAuditLogger()
           
 org.apache.imperius.util.SPLLoggerClass getLogger()
           
static SPLLogger getSPLLogger()
           
 void initSPLAuditLogger()
           
 void initSPLLogger()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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)

Method Detail

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()