|
ze-filter
(ze-filter-0.8.0-develop-180218)
|
#include <ze-txtlog.h>
Public Attributes | |
| uint32_t | signature |
| pthread_mutex_t | gmutex |
| pthread_mutex_t | mutex |
| bool | init |
| bool | debug |
| int | error |
| int | nberror |
| time_t | lasterror |
| bool | open |
| int | logtype |
| char * | spec |
| char * | args |
| int | argc |
| char * | argv [ARGVM] |
| union { | |
| struct { | |
| int priority | |
| char * c | |
| } syslog | |
| struct { | |
| int fd | |
| } file | |
| struct { | |
| int fd | |
| int port | |
| char udpSrv [64] | |
| bool connect | |
| struct sockaddr_in sock | |
| } udp | |
| } | log |
Definition at line 48 of file ze-txtlog.h.
| int LOG_T::argc |
Definition at line 65 of file ze-txtlog.h.
| char* LOG_T::args |
Definition at line 64 of file ze-txtlog.h.
| char* LOG_T::argv[ARGVM] |
Definition at line 66 of file ze-txtlog.h.
| char* LOG_T::c |
Definition at line 74 of file ze-txtlog.h.
| bool LOG_T::connect |
Definition at line 89 of file ze-txtlog.h.
| bool LOG_T::debug |
Definition at line 54 of file ze-txtlog.h.
| int LOG_T::error |
last error
Definition at line 56 of file ze-txtlog.h.
| int LOG_T::fd |
Definition at line 80 of file ze-txtlog.h.
| struct { ... } LOG_T::file |
| pthread_mutex_t LOG_T::gmutex |
Definition at line 50 of file ze-txtlog.h.
| bool LOG_T::init |
Definition at line 53 of file ze-txtlog.h.
| time_t LOG_T::lasterror |
Definition at line 58 of file ze-txtlog.h.
| union { ... } LOG_T::log |
| int LOG_T::logtype |
Definition at line 61 of file ze-txtlog.h.
| pthread_mutex_t LOG_T::mutex |
Definition at line 51 of file ze-txtlog.h.
| int LOG_T::nberror |
Definition at line 57 of file ze-txtlog.h.
| bool LOG_T::open |
Definition at line 60 of file ze-txtlog.h.
| int LOG_T::port |
Definition at line 87 of file ze-txtlog.h.
| int LOG_T::priority |
Definition at line 73 of file ze-txtlog.h.
| uint32_t LOG_T::signature |
Definition at line 49 of file ze-txtlog.h.
| struct sockaddr_in LOG_T::sock |
Definition at line 91 of file ze-txtlog.h.
| char* LOG_T::spec |
Definition at line 63 of file ze-txtlog.h.
| struct { ... } LOG_T::syslog |
| struct { ... } LOG_T::udp |
| char LOG_T::udpSrv[64] |
Definition at line 88 of file ze-txtlog.h.