#include "lcmaps_log.h"
Include dependency graph for _lcmaps_log.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | MAX_LOG_BUFFER_SIZE 2048 |
| #define | DO_USRLOG ((unsigned short)0x0001) |
| #define | DO_SYSLOG ((unsigned short)0x0002) |
Functions | |
| int | lcmaps_log_open (char *path, FILE *fp, unsigned short logtype) |
| Start logging. More... | |
| int | lcmaps_log_close () |
| Stop logging. More... | |
For internal use only.
Definition in file _lcmaps_log.h.
|
|
flag to indicate that syslogging has to be done For internal use only. Definition at line 34 of file _lcmaps_log.h. |
|
|
flag to indicate that user logging has to be done For internal use only. Definition at line 32 of file _lcmaps_log.h. |
|
|
Maximum logging buffer size, length of log may not exceed this number For internal use only. Definition at line 29 of file _lcmaps_log.h. |
|
|
Stop logging.
For internal use only. Definition at line 317 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 81 of file lcmaps_log.c. |
1.2.8.1 written by Dimitri van Heesch,
© 1997-2001