LogType Class Reference
#include <LogType.h>
List of all members.
|
Public Member Functions |
virtual void | log (char *data) |
Detailed Description
The
LogType class will be a pure virtual (abstract) class to use as a base for different log types (LOCAL_FILE, DEBUG, etc) The constructor and destructor will be used for startup and shutdown code and the
log() function will handle any logged data
Member Function Documentation
virtual void LogType::log |
( |
char * |
data |
) |
[virtual] |
Method that will add data to the log
- Parameters:
-
| data | Data to add to the log |
The documentation for this class was generated from the following file:
- C:/Documents and Settings/Administrator/My Documents/MyHook/1.2/dev/src/core/LogType.h