#include <Config.h>
Public Member Functions | |
void | parseFormats () |
Parse a log format directive line (logfile_format) More... | |
void | dumpFormats (StoreEntry *e, const char *name) |
Dump/display the formats currently known to the provided StoreEntry object. More... | |
void | registerTokens (const SBuf &nsName, TokenTableEntry const *tokenArray) |
Public Attributes | |
Format * | formats |
Linked list of custom formats. More... | |
std::list< TokenNamespace > | tokens |
list of token namespaces registered More... | |
bool | hasAdaptToken |
bool | hasIcapToken |
Detailed Description
Member Function Documentation
◆ dumpFormats()
|
inline |
Definition at line 49 of file Config.h.
References Format::Format::dump(), and formats.
◆ parseFormats()
void Format::FmtConfig::parseFormats | ( | ) |
Definition at line 19 of file Config.cc.
References debugs, formats, Format::Format::next, ConfigParser::NextQuotedOrToEol(), ConfigParser::NextToken(), Format::Format::parse(), and self_destruct().
◆ registerTokens()
void Format::FmtConfig::registerTokens | ( | const SBuf & | nsName, |
TokenTableEntry const * | tokenArray | ||
) |
Definition at line 48 of file Config.cc.
References DBG_CRITICAL, debugs, and tokens.
Referenced by Format::Token::Init().
Member Data Documentation
◆ formats
Format* Format::FmtConfig::formats |
Definition at line 61 of file Config.h.
Referenced by dumpFormats(), and parseFormats().
◆ hasAdaptToken
◆ hasIcapToken
◆ tokens
std::list<TokenNamespace> Format::FmtConfig::tokens |
Definition at line 64 of file Config.h.
Referenced by Format::Token::parse().
The documentation for this class was generated from the following files: