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 116 of file util-debug.h.
int SCLogOPIfaceCtx_::facility |
Definition at line 131 of file util-debug.h.
const char* SCLogOPIfaceCtx_::file |
Definition at line 123 of file util-debug.h.
FILE* SCLogOPIfaceCtx_::file_d |
Definition at line 125 of file util-debug.h.
SCMutex SCLogOPIfaceCtx_::fp_mutex |
Definition at line 140 of file util-debug.h.
SCLogOPIface SCLogOPIfaceCtx_::iface |
Definition at line 117 of file util-debug.h.
const char* SCLogOPIfaceCtx_::log_format |
Definition at line 137 of file util-debug.h.
SCLogLevel SCLogOPIfaceCtx_::log_level |
Definition at line 134 of file util-debug.h.
struct SCLogOPIfaceCtx_* SCLogOPIfaceCtx_::next |
Definition at line 142 of file util-debug.h.
Referenced by SCLogAppendOPIfaceCtx().
int SCLogOPIfaceCtx_::rotation_flag |
Definition at line 128 of file util-debug.h.
SCLogOPType SCLogOPIfaceCtx_::type |
Definition at line 120 of file util-debug.h.
bool SCLogOPIfaceCtx_::use_color |
Definition at line 119 of file util-debug.h.