Interface that defines a writer for for %ALib Report. By default, an instance of ReportWriterStdIO is installed. Applications may implement their own ReportWriter.
Public Methods | |
void | NotifyActivation (Phase phase) |
void | report (Report.Message msg) |
void NotifyActivation | ( | Phase | phase | ) |
Notify activation/deactivation
phase | Information if activated or deactivated. |
Implemented in ReportWriterStdIO, and ALoxReportWriter.
void report | ( | Report.Message | msg | ) |
Report a message. Pure virtual abstract interface method.
msg | The message to report. |
Implemented in ReportWriterStdIO, and ALoxReportWriter.