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.
Public Static Methods | |
static String | logDomain () |
Public Methods | |
ALoxReportWriter (Lox lox) | |
void | NotifyActivation (Phase phase) |
void | report (Report.Message msg) |
Protected Fields | |
Lox | lox |
ALoxReportWriter | ( | Lox | lox | ) |
|
static |
Returns the domain used to write reports.
void NotifyActivation | ( | Phase | phase | ) |
Notify activation/deactivation
phase | Information if activated or deactivated. |
Implements ReportWriter.
void report | ( | Report.Message | msg | ) |