#include <stdio.h>
#include <unistd.h>
#include <pthread.h>
#include <sys/time.h>
#include <errno.h>
#include <string.h>
#include <syslog.h>
Go to the source code of this file.
Defines | |
#define | LOG_LIB_BUFF_SIZE 150 |
The maximum length of the log message string. | |
#define | LOGSYSLOG 0x08 |
Used to log to syslogd. | |
#define | LOGSTDERR 0x04 |
Used to log to stderr. | |
#define | LOGSTDOUT 0x02 |
Used to log to stdout. | |
#define | LOGFILE 0x01 |
Used to log to a file. |