#include <gelf_appender.hpp>
Definition at line 16 of file gelf_appender.hpp.
◆ endpoint
string fc::gelf_appender::config::endpoint = "127.0.0.1:12201" |
◆ host
string fc::gelf_appender::config::host = "fc" |
◆ reserved_field_names
const std::vector< std::string > fc::gelf_appender::config::reserved_field_names |
|
static |
Initial value:= {
"_id",
"_timestamp_ns",
"_log_id",
"_line",
"_file",
"_method_name",
"_thread_name",
"_task_name"
}
Definition at line 18 of file gelf_appender.hpp.
◆ user_field_name_pattern
const std::regex fc::gelf_appender::config::user_field_name_pattern {"^_[\\w\\.\\-]*$"} |
|
static |
◆ user_fields
The documentation for this struct was generated from the following files: