VCF::ErrorLog Class Reference
An ErrorLog represents a place to output status during the life of a running application. More...
#include <vcf/FoundationKit/ErrorLog.h>
Inheritance diagram for VCF::ErrorLog:

Public Member Functions | |
| ErrorLog (const String &ouputFilename="") | |
| virtual | ~ErrorLog () |
| virtual void | toLog (const String &text) |
| send the string data contained in the text parameter to the log. | |
Detailed Description
An ErrorLog represents a place to output status during the life of a running application.It takes care of managing the existence of a an error log on the system, and updating it with data.
Constructor & Destructor Documentation
|
|
|
|
|
|
Member Function Documentation
|
|
send the string data contained in the text parameter to the log. This is currently a a blocking call, and does not support asynchronous file I/O.
|
The documentation for this class was generated from the following file:
- vcf/FoundationKit/ErrorLog.h
