#include <stdio.h>#include <string.h>#include <stdlib.h>#include <stdarg.h>#include <time.h>Include dependency graph for log.cc:

Go to the source code of this file.
Functions | |
| static void | done_log (void) |
| void | ersp_log (char *msg, char *file, int line, char *fmt,...) |
Variables | |
| static FILE * | log_file = NULL |
| static void done_log | ( | void | ) | [static] |
| void ersp_log | ( | char * | msg, | |
| char * | file, | |||
| int | line, | |||
| char * | fmt, | |||
| ... | ||||
| ) |
Definition at line 32 of file log.cc.
References done_log(), and log_file.
Here is the call graph for this function:

FILE* log_file = NULL [static] |
1.5.1