#include <FUErrorLog.h>
Public Member Functions | |
FUErrorLog (const fchar *logFilename, FUError::Level errorLevel) | |
Constructor. | |
~FUErrorLog () | |
Destructor. | |
FULogFile * | GetLogFile () |
Retrieves the log file handler. | |
void | QueryNewMessages (uint32 &debug, uint32 &warnings, uint32 &errors) |
Allows to determine if new messages have been generated since the last query. |
This class monitors the FUError sinks and outputs the wanted messages into a text file.
|
Constructor.
|
|
Destructor. Closes the log file. |
|
Retrieves the log file handler. This can be useful when writing out long, custom messages.
|
|
Allows to determine if new messages have been generated since the last query.
|