suricata
|
The output interface context for the logging module. More...
#include <util-debug.h>
Data Fields | |
SCLogOPIface | iface |
bool | use_color |
SCLogOPType | type |
const char * | file |
FILE * | file_d |
int | rotation_flag |
int | facility |
SCLogLevel | log_level |
const char * | log_format |
SCMutex | fp_mutex |
struct SCLogOPIfaceCtx_ * | next |
The output interface context for the logging module.
Definition at line 115 of file util-debug.h.
int SCLogOPIfaceCtx_::facility |
Definition at line 130 of file util-debug.h.
const char* SCLogOPIfaceCtx_::file |
Definition at line 122 of file util-debug.h.
FILE* SCLogOPIfaceCtx_::file_d |
Definition at line 124 of file util-debug.h.
SCMutex SCLogOPIfaceCtx_::fp_mutex |
Definition at line 139 of file util-debug.h.
SCLogOPIface SCLogOPIfaceCtx_::iface |
Definition at line 116 of file util-debug.h.
const char* SCLogOPIfaceCtx_::log_format |
Definition at line 136 of file util-debug.h.
SCLogLevel SCLogOPIfaceCtx_::log_level |
Definition at line 133 of file util-debug.h.
struct SCLogOPIfaceCtx_* SCLogOPIfaceCtx_::next |
Definition at line 141 of file util-debug.h.
Referenced by SCLogAppendOPIfaceCtx().
int SCLogOPIfaceCtx_::rotation_flag |
Definition at line 127 of file util-debug.h.
SCLogOPType SCLogOPIfaceCtx_::type |
Definition at line 119 of file util-debug.h.
bool SCLogOPIfaceCtx_::use_color |
Definition at line 118 of file util-debug.h.