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 (lang.Phase phase)
 
void Report (Report.Message msg)
 

Member Function Documentation

◆ NotifyActivation()

void NotifyActivation ( lang.Phase  phase)

Notify activation/deactivation

Parameters
phaseInformation if activated or deactivated.

Implemented in ReportWriterStdIO.

◆ Report()

void Report ( Report.Message  msg)

Report a message. Pure virtual abstract interface method.

Parameters
msgThe message to report.

Implemented in ALoxReportWriter, and ReportWriterStdIO.


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