org.eclipse.actf.util.logging
Class EclipseErrorLogger
java.lang.Object
org.eclipse.actf.util.logging.AbstractErrorLogger
org.eclipse.actf.util.logging.EclipseErrorLogger
- All Implemented Interfaces:
- IErrorLogger
public class EclipseErrorLogger
- extends AbstractErrorLogger
- Author:
- Mike Squillace
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EclipseErrorLogger
public EclipseErrorLogger()
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 messaget
- - Throwable being logged