#include <LogPredefined.h>
Public Member Functions | |
PreDefinedFormatList () | |
~PreDefinedFormatList () | |
void | init (LogConfig *config) |
Data Fields | |
PreDefinedFormatInfoList | formats |
Definition at line 55 of file LogPredefined.h.
PreDefinedFormatList::PreDefinedFormatList | ( | ) |
Definition at line 56 of file LogPredefined.cc.
PreDefinedFormatList::~PreDefinedFormatList | ( | ) |
Definition at line 60 of file LogPredefined.cc.
References Queue< C, L >::empty(), formats, and Queue< C, L >::pop().
void PreDefinedFormatList::init | ( | LogConfig * | config | ) |
Definition at line 70 of file LogPredefined.cc.
References LogFormatList::add(), PreDefinedFormatInfo::common, LogConfig::common_log_enabled, LogConfig::common_log_header, LogConfig::common_log_is_ascii, LogConfig::common_log_name, Debug, Queue< C, L >::enqueue(), PreDefinedFormatInfo::extended, PreDefinedFormatInfo::extended2, LogConfig::extended2_log_enabled, LogConfig::extended2_log_header, LogConfig::extended2_log_is_ascii, LogConfig::extended2_log_name, LogConfig::extended_log_enabled, LogConfig::extended_log_header, LogConfig::extended_log_is_ascii, LogConfig::extended_log_name, formats, LogConfig::global_format_list, make_format, PreDefinedFormatInfo::squid, LogConfig::squid_log_enabled, LogConfig::squid_log_header, LogConfig::squid_log_is_ascii, and LogConfig::squid_log_name.
Referenced by LogConfig::setup_log_objects().
Definition at line 64 of file LogPredefined.h.
Referenced by init(), and ~PreDefinedFormatList().