#include "common/h/headers.h"#include "common/h/lprintf.h"#include <stdio.h>#include <stdarg.h>#include <errno.h>Go to the source code of this file.
Functions | |
| void | log_msg (const char *msg) |
| void | log_printf (void(*pfunc)(const char *), const char *fmt,...) |
| void | log_perror (void(*pfunc)(const char *), const char *msg) |
Variables | |
| static char | log_buffer [8192] |
| void log_perror | ( | void(*)(const char *) | pfunc, | |
| const char * | msg | |||
| ) |
Definition at line 70 of file lprintf.C.
References log_buffer.
Referenced by Object::load_object(), Dyninst::SymtabAPI::Object::Object(), and Object::Object().
| void log_printf | ( | void(*)(const char *) | pfunc, | |
| const char * | fmt, | |||
| ... | ||||
| ) |
Definition at line 61 of file lprintf.C.
References log_buffer.
char log_buffer[8192] [static] |
Definition at line 54 of file lprintf.C.
Referenced by log_perror(), and log_printf().
1.6.1