Inheritance diagram for ErrorHandlerWriter:
Writes all errors into specified output stream, implemented with Writer interface. Error description includes start/end time of logging and error message.
Public Member Functions | |
ErrorHandlerWriter (Writer *writer) | |
Creates ErrorHandler instance. | |
void | fatalError (const String &msg) |
void | error (const String &msg) |
void | warning (const String &msg) |
Protected Attributes | |
Writer * | writer |
|
Creates ErrorHandler instance.
|