OpenDOF Project
Functions
DOFLog
DOF

DOFLog is a static logging class for use by the application to facilitate notification of runtime log information. More...

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.
 

Detailed Description

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.

core-c-dof-oal Version 8.0.1 Build 0
2018-01-22