The ReportWriter for ALib when using ALox . An instance of this class is created in method Log::AddDebugLogger and registered with ALib .
Uses internal domain '$/REPORT'
for logging.
Definition at line 25 of file reportwriter.hpp.
#include <reportwriter.hpp>
Public Static Method Index: | |
static ALIB_API NString & | LogDomain () |
Public Method Index: | |
ALIB_API | ALoxReportWriter (Lox *lox) |
virtual | ~ALoxReportWriter () override |
virtual void | NotifyActivation (lang::Phase) override |
virtual void | Report (lang::Message &msg) override |
Public Method Index: inherited from ReportWriter | |
virtual | ~ReportWriter () |
|
protected |
The Lox to report to.
Definition at line 29 of file reportwriter.hpp.
|
staticprotected |
The internal domain to report into.
Definition at line 32 of file reportwriter.hpp.
ALoxReportWriter | ( | Lox * | lox | ) |
Constructs an AloxReportWriter.
lox | The Lox to report to. |
Definition at line 22 of file reportwriter.cpp.
|
inlineoverridevirtual |
|
static |
Returns the domain used to write reports.
Definition at line 96 of file reportwriter.cpp.
|
inlineoverridevirtual |
Notify activation/deactivation
Implements ReportWriter.
Definition at line 50 of file reportwriter.hpp.
|
overridevirtual |
Write ALib reports using ALox .
msg | The message to log. |
Implements ReportWriter.
Definition at line 38 of file reportwriter.cpp.