Interface | Description |
---|---|
LogStore |
A base interface for a log store class (the class that will store and process information about
events occurred during translation).
|
Class | Description |
---|---|
LogEntry |
The LogEntry class stores information about a translation issue registered in the log.
|
LogStoreConsole |
The simplest implementation of the
LogStore interface, which posts messages to the
console (the "standard" error output stream). |
LogStoreListener |
The
LogStoreListener class is designed as a base class for classes that listen
to events posted to the log. |
LogWriter |
The LogWriter is a helper class that provides facilities to post messages to the log.
|
Enum | Description |
---|---|
LogEntry.Kind |
The enumeration describes categories of events or exceptions (usually a record is added
to the log due to a runtime exception) that can occur during translation.
|
SenderKind |
The SenderKind enumeration identifies the subsystem responsible for raising an event to be
registered in the log.
|