9#ifndef SQUID_SRC_LOG_CONFIG_H
10#define SQUID_SRC_LOG_CONFIG_H
63#define parse_logformat(X) (X)->parseFormats()
64#define free_logformat(X) do{ delete (*X).logformats; (*X).logformats=NULL; }while(false)
65#define dump_logformat(E,N,D) (D).dumpFormats((E),(N))
static const char * BuiltInFormatName(Format::log_type type)
bool knownFormat(const char *logformatName) const
static Format::log_type FindBuiltInFormat(const char *logformatName)
char * logfile_daemon
File path to logging daemon executable.
void dumpFormats(StoreEntry *e, const char *name)
::Format::Format * findCustomFormat(const char *logformatName) const
::Format::Format * logformats
Linked list of custom log formats.