infoservice.agreement.logging
Class AgreementFileLog

java.lang.Object
  extended by infoservice.agreement.logging.AgreementFileLog
All Implemented Interfaces:
IAgreementLog

public class AgreementFileLog
extends java.lang.Object
implements IAgreementLog

Author:
ss1

Field Summary
private static java.lang.String AGREEMENT_LOG
           
private  AlternateFileLogger m_fileLog
           
 
Constructor Summary
AgreementFileLog()
          Creates a new FileLogger
 
Method Summary
 void debug(java.lang.String a_msg)
          Log a message at debug level
 void error(java.lang.String a_msg)
          Log a message at error level
 void fatal(java.lang.String a_msg)
          Log a message at fatal level
 void info(java.lang.String a_msg)
          Log a message at info level
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AGREEMENT_LOG

private static final java.lang.String AGREEMENT_LOG
See Also:
Constant Field Values

m_fileLog

private AlternateFileLogger m_fileLog
Constructor Detail

AgreementFileLog

public AgreementFileLog()
Creates a new FileLogger

Method Detail

debug

public void debug(java.lang.String a_msg)
Description copied from interface: IAgreementLog
Log a message at debug level

Specified by:
debug in interface IAgreementLog
Parameters:
a_msg - The message to log

info

public void info(java.lang.String a_msg)
Description copied from interface: IAgreementLog
Log a message at info level

Specified by:
info in interface IAgreementLog
Parameters:
a_msg - The message to log

error

public void error(java.lang.String a_msg)
Description copied from interface: IAgreementLog
Log a message at error level

Specified by:
error in interface IAgreementLog
Parameters:
a_msg - The message to log

fatal

public void fatal(java.lang.String a_msg)
Description copied from interface: IAgreementLog
Log a message at fatal level

Specified by:
fatal in interface IAgreementLog
Parameters:
a_msg - The message to log