Package mondrian.recorder
Provides a set a classes for logging the process of a task.
-
Interface Summary Interface Description MessageRecorder Records warnings and errors during the processing of a task. -
Class Summary Class Description AbstractRecorder Abstract implemention of theMessageRecorderinterface.ListRecorder Implementation ofMessageRecorderthat records each message in aList.ListRecorder.Entry Entry is a Info, Warning or Error message.LoggerRecorder Implementation ofMessageRecorderthat writes to alog4j logger.PrintStreamRecorder Implementation ofMessageRecordersimply writes messages to PrintStreams. -
Exception Summary Exception Description RecorderException Exception thrown byMessageRecorderwhen too many errors have been reported.