Config.cc
Go to the documentation of this file.
109 debugs(3, DBG_CRITICAL, "FATAL: missing logformat details in " << cfg_filename << " line " << config_lineno);
115 debugs(3, DBG_PARSE_NOTE(DBG_IMPORTANT), "ERROR: logformat " << name << " is a built-in format. Ignoring redefinition attempt.");
120 debugs(3, DBG_PARSE_NOTE(DBG_IMPORTANT), "ERROR: logformat " << name << " is already defined. Ignoring redefinition attempt.");
Definition: Format.h:42
Definition: Config.h:21
static const char * BuiltInFormatName(Format::log_type type)
Definition: Config.cc:18
bool knownFormat(const char *logformatName) const
Definition: Config.cc:98
static Format::log_type FindBuiltInFormat(const char *logformatName)
Definition: Config.cc:52
::Format::Format * findCustomFormat(const char *logformatName) const
Definition: Config.cc:87