#include "lcmaps_log.h"
Go to the source code of this file.
Functions | |
syslogging has to be done internal *int | lcmaps_log_open (char *path, FILE *fp, unsigned short logtype) |
Start logging. More... | |
int | lcmaps_log_close () |
Stop logging. More... |
Definition in file _lcmaps_log.h.
|
Stop logging.
Definition at line 324 of file lcmaps_log.c. |
|
Start logging.
This function should only be used by the LCMAPS itself. It opens the logfile and tries to set the debugging level in the following order:
Definition at line 82 of file lcmaps_log.c. |