com.ibm.di.plugin.pwstore.jms.driver
Class PWSyncLogger

java.lang.Object
  extended by com.ibm.di.plugin.pwstore.jms.driver.PWSyncLogger
All Implemented Interfaces:
JMSDriverLog

public class PWSyncLogger
extends Object
implements JMSDriverLog


Constructor Summary
PWSyncLogger(PWSyncLog log)
           
 
Method Summary
 void logDebug(String msg)
           
 void logError(String msg)
           
 void logErrorAndThrowException(String msg)
           
 void logErrorAndThrowException(String msg, Exception e)
           
 void logInfo(String msg)
           
 void logWarn(String msg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PWSyncLogger

public PWSyncLogger(PWSyncLog log)
Method Detail

logErrorAndThrowException

public void logErrorAndThrowException(String msg)
                               throws Exception
Specified by:
logErrorAndThrowException in interface JMSDriverLog
Throws:
Exception

logError

public void logError(String msg)
Specified by:
logError in interface JMSDriverLog

logErrorAndThrowException

public void logErrorAndThrowException(String msg,
                                      Exception e)
                               throws Exception
Specified by:
logErrorAndThrowException in interface JMSDriverLog
Throws:
Exception

logDebug

public void logDebug(String msg)
Specified by:
logDebug in interface JMSDriverLog

logInfo

public void logInfo(String msg)
Specified by:
logInfo in interface JMSDriverLog

logWarn

public void logWarn(String msg)
Specified by:
logWarn in interface JMSDriverLog