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 theMessageRecorder
interface.ListRecorder Implementation ofMessageRecorder
that records each message in aList
.ListRecorder.Entry Entry is a Info, Warning or Error message.LoggerRecorder Implementation ofMessageRecorder
that writes to alog4j logger
.PrintStreamRecorder Implementation ofMessageRecorder
simply writes messages to PrintStreams. -
Exception Summary Exception Description RecorderException Exception thrown byMessageRecorder
when too many errors have been reported.