Package mondrian.recorder
package mondrian.recorder
Provides a set a classes for logging the process of a task.
-
ClassDescriptionAbstract implemention of the
MessageRecorder
interface.Implementation ofMessageRecorder
that records each message in aList
.Entry is a Info, Warning or Error message.Implementation ofMessageRecorder
that writes to alog4j logger
.Records warnings and errors during the processing of a task.Implementation ofMessageRecorder
simply writes messages to PrintStreams.Exception thrown byMessageRecorder
when too many errors have been reported.