Package org.eclipse.actf.util.logging

Interface Summary
IErrorLogger used to log errors to different destinations such as files, streams, or GUI components.
IReporter interface to be implemented in order to generate reports for tracing or validation during the execution of the ACTF application.
 

Class Summary
AbstractErrorLogger a base from which error loggers can be built.
AbstractReporter base implementation of a Reporter.
ConsoleErrorLogger general logger for writing to the console
DebugPrintUtil Utility class to print logs into console in debug or development mode.
EclipseErrorLogger  
LoggingUtil A set of static methods utilized by the IBM Reflexive GUI Builder.
PrintWriterReporter implementation to generate report records to the specified PrintWriter object.
StreamErrorLogger an error logger for logging errors to an java.io.OutputStream