OpenDOF Project
Files | Functions
DOFLog
DOF

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.
 

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 7.1.5 Build 0
2017-01-25