Formats.h File Reference
Include dependency graph for Formats.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | Log |
namespace | Log::Format |
Typedefs | |
typedef RefCount< AccessLogEntry > | AccessLogEntryPointer |
Functions | |
void | Log::Format::SquidNative (const AccessLogEntryPointer &al, Logfile *logfile) |
Native Squid Format Display. More... | |
void | Log::Format::SquidIcap (const AccessLogEntryPointer &al, Logfile *logfile) |
Display log details in Squid ICAP format. More... | |
void | Log::Format::SquidUserAgent (const AccessLogEntryPointer &al, Logfile *logfile) |
Display log details in useragent format. More... | |
void | Log::Format::SquidReferer (const AccessLogEntryPointer &al, Logfile *logfile) |
Display log details in Squid old refererlog format. More... | |
void | Log::Format::SquidCustom (const AccessLogEntryPointer &al, CustomLog *log) |
Log with a local custom format. More... | |
void | Log::Format::HttpdCommon (const AccessLogEntryPointer &al, Logfile *logfile) |
Log with Apache httpd common format. More... | |
void | Log::Format::HttpdCombined (const AccessLogEntryPointer &al, Logfile *logfile) |
Log with Apache httpd combined format. More... | |
Typedef Documentation
◆ AccessLogEntryPointer
typedef RefCount<AccessLogEntry> AccessLogEntryPointer |