| Data Fields | |
| unsigned int | id | 
| GPLogLevel | level | 
| GPLogFunc | func | 
| void * | data | 
Internal structure to remember the logging functions. Use gp_log_add_func() and gp_log_remove_func() to access it.
| unsigned int LogFunc::id | 
Internal id
Referenced by gp_log_add_func().
Internal loglevel
Referenced by gp_log_add_func().
Internal function pointer to call
Referenced by gp_log_add_func(), and gp_logv().
| void* LogFunc::data | 
Private data supplied by caller
Referenced by gp_log_add_func().
 1.5.5
 1.5.5