org.eclipse.actf.util.logging
Class EclipseErrorLogger

java.lang.Object
  extended by org.eclipse.actf.util.logging.AbstractErrorLogger
      extended by org.eclipse.actf.util.logging.EclipseErrorLogger
All Implemented Interfaces:
IErrorLogger

public class EclipseErrorLogger
extends AbstractErrorLogger

Author:
Mike Squillace

Constructor Summary
EclipseErrorLogger()
           
 
Method Summary
 void logError(String msg, Throwable t)
          log an error message along with its corresponding Throwable.
 
Methods inherited from class org.eclipse.actf.util.logging.AbstractErrorLogger
logError, logError
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EclipseErrorLogger

public EclipseErrorLogger()
Method Detail

logError

public void logError(String msg,
                     Throwable t)
log an error message along with its corresponding Throwable. If no message is specified, the class and toString() of the Throwable should be logged.

Parameters:
msg - - error message
t - - Throwable being logged