Inheritance diagram for FileErrorHandler:
Writes all errors into text file. This file includes error description and start/end time of logging.
Public Member Functions | |
FileErrorHandler (const String *fileName, int encoding, bool clear) | |
Creates FileErrorHandler instance. | |
void | fatalError (const String &msg) |
void | error (const String &msg) |
void | warning (const String &msg) |
Protected Attributes | |
ErrorHandlerWriter * | ehw |
StreamWriter * | writer |
FILE * | file |
|
Creates FileErrorHandler instance. For Unicode encodings it uses BOM for marking start of file.
|