Functions | |
| void | oc_log (enum oc_log_level level, const char *fmt_string,...) |
| void | oc_log_init_server (const char *progname, struct loadparm_context *lp_ctx) |
| void | oc_log_init_stderr () |
| void | oc_log_init_stdout () |
| void | oc_log_init_user (const char *progname, struct loadparm_context *lp_ctx) |
| void | oc_logv (enum oc_log_level level, const char *fmt_string, va_list ap) |
| void oc_log | ( | enum oc_log_level | level, |
| const char * | fmt_string, | ||
| ... | |||
| ) |
References oc_logv().
Referenced by IDSET_dump(), and RAWIDSET_push_guid_glob().
| void oc_log_init_server | ( | const char * | progname, |
| struct loadparm_context * | lp_ctx | ||
| ) |
| void oc_log_init_stderr | ( | void | ) |
| void oc_log_init_stdout | ( | void | ) |
Referenced by MAPIInitialize().
| void oc_log_init_user | ( | const char * | progname, |
| struct loadparm_context * | lp_ctx | ||
| ) |
| void oc_logv | ( | enum oc_log_level | level, |
| const char * | fmt_string, | ||
| va_list | ap | ||
| ) |
References OC_LOG_MAX_LINE.
Referenced by oc_log().
|
|
This content is licensed under the Creative Commons Attribution ShareAlike License v. 3.0: http://creativecommons.org/licenses/by-sa/3.0/ |