|
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 120 of file util-debug.h.
| int SCLogOPIfaceCtx_::facility |
Definition at line 135 of file util-debug.h.
| const char* SCLogOPIfaceCtx_::file |
Definition at line 127 of file util-debug.h.
| FILE* SCLogOPIfaceCtx_::file_d |
Definition at line 129 of file util-debug.h.
| SCMutex SCLogOPIfaceCtx_::fp_mutex |
Definition at line 144 of file util-debug.h.
| SCLogOPIface SCLogOPIfaceCtx_::iface |
Definition at line 121 of file util-debug.h.
| const char* SCLogOPIfaceCtx_::log_format |
Definition at line 141 of file util-debug.h.
| SCLogLevel SCLogOPIfaceCtx_::log_level |
Definition at line 138 of file util-debug.h.
| struct SCLogOPIfaceCtx_* SCLogOPIfaceCtx_::next |
Definition at line 146 of file util-debug.h.
Referenced by SCLogAppendOPIfaceCtx().
| int SCLogOPIfaceCtx_::rotation_flag |
Definition at line 132 of file util-debug.h.
| SCLogOPType SCLogOPIfaceCtx_::type |
Definition at line 124 of file util-debug.h.
| bool SCLogOPIfaceCtx_::use_color |
Definition at line 123 of file util-debug.h.