ALox  V. 2402 R. 0
Home ALox for C++ ALox for C# ALox for Java Download
Public Methods | List of all members
ReportWriter Interface Reference
Inheritance diagram for ReportWriter:
[legend]

Class Description


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)
 

Member Function Documentation

◆ NotifyActivation()

void NotifyActivation ( Phase  phase)

Notify activation/deactivation

Parameters
phaseInformation if activated or deactivated.

Implemented in ReportWriterStdIO, and ALoxReportWriter.

◆ report()

void report ( Report.Message  msg)

Report a message. Pure virtual abstract interface method.

Parameters
msgThe message to report.

Implemented in ReportWriterStdIO, and ALoxReportWriter.


The documentation for this interface was generated from the following file: