#include "lcas_log.h"
Go to the source code of this file.
Functions | |
int | lcas_log_open (char *path, FILE *fp, unsigned short logtype) |
Start logging. More... | |
int | lcas_log_close () |
Stop logging. More... |
Definition in file _lcas_log.h.
|
Stop logging.
Definition at line 253 of file lcas_log.c. |
|
Start logging.
This function should only be used by the LCAS itself. It opens the logfile and tries to set the debugging level in the following order:
Definition at line 60 of file lcas_log.c. |