Definition in file logf.c.
Go to the source code of this file.
Functions | |
void | init (void) |
void | logfmt (const char *format,...) |
void | logfmt_setpath (const char *path) |
void | logfmt_args (int argc, char *argv[]) |
void | logfmt_enable (bool enable) |
Variables | |
FILE * | logfile = NULL |
const char * | logpath = "/tmp/auplog.tmp" |
bool | enable_logging = false |
|
Definition at line 28 of file logf.c. References exit(), fcntl(), logfile, logfmt(), and logpath. Referenced by logfmt(), and logfmt_setpath(). |
|
Definition at line 42 of file logf.c. References enable_logging, getpid(), init(), localtime(), logfile, strftime(), and time(). Referenced by ec_print(), and init(). |
|
Definition at line 66 of file logf.c. References enable_logging. |
|
Definition at line 77 of file logf.c. References enable_logging. |
|
|
|
Definition at line 26 of file logf.c. Referenced by logfmt(), logfmt_args(), and logfmt_enable(). |
|
|
|
Definition at line 25 of file logf.c. Referenced by init(), and logfmt_setpath(). |