DOFLog is a static logging class for use by the application to facilitate notification of runtime log information. More...
Files | |
| file | oal.h | 
| Header file for the C OAL functions, defines and data types.  | |
Functions | |
| boolean | DOFLog_AddListener (DOFLogLevel priority, DOFLogListener callback) | 
| Adds a callback to be notified of log messages.   | |
| void | DOFLog_RemoveListener (DOFLogListener callback) | 
| Removes a previously added log callback.   | |
| boolean | DOFLog_IsLogLevel (DOFLogLevel priority) | 
| Compares a log priority level against all of a dof's activated log listener priority levels.   | |
| void | DOFLog_Message (DOFLogLevel priority, const char *message) | 
| Logs a message to all Log Listeners on a dof with the Appropriate priority level.   | |
DOFLog is a static logging class for use by the application to facilitate notification of runtime log information.
The library itself must be initialized before utilizing the DOFLog API, using DOF_Init.