Uses of Class
mondrian.recorder.AbstractRecorder
-
Packages that use AbstractRecorder Package Description mondrian.recorder Provides a set a classes for logging the process of a task. -
-
Uses of AbstractRecorder in mondrian.recorder
Subclasses of AbstractRecorder in mondrian.recorder Modifier and Type Class Description class
ListRecorder
Implementation ofMessageRecorder
that records each message in aList
.class
LoggerRecorder
Implementation ofMessageRecorder
that writes to alog4j logger
.class
PrintStreamRecorder
Implementation ofMessageRecorder
simply writes messages to PrintStreams.
-