|
suricata
|
Holds the config state used by the logging api. More...
#include <util-debug.h>

Data Fields | |
| char * | startup_message |
| SCLogLevel | log_level |
| char * | log_format |
| char * | op_filter |
| pcre2_code * | op_filter_regex |
| pcre2_match_data * | op_filter_regex_match |
| SCLogOPIfaceCtx * | op_ifaces |
| uint8_t | op_ifaces_cnt |
Holds the config state used by the logging api.
Definition at line 175 of file util-debug.h.
| char* SCLogConfig_::log_format |
Definition at line 178 of file util-debug.h.
| SCLogLevel SCLogConfig_::log_level |
Definition at line 177 of file util-debug.h.
| char* SCLogConfig_::op_filter |
Definition at line 180 of file util-debug.h.
| pcre2_code* SCLogConfig_::op_filter_regex |
Definition at line 182 of file util-debug.h.
| pcre2_match_data* SCLogConfig_::op_filter_regex_match |
Definition at line 183 of file util-debug.h.
| SCLogOPIfaceCtx* SCLogConfig_::op_ifaces |
Definition at line 186 of file util-debug.h.
| uint8_t SCLogConfig_::op_ifaces_cnt |
Definition at line 188 of file util-debug.h.
| char* SCLogConfig_::startup_message |
Definition at line 176 of file util-debug.h.