|
Squid Web Cache master
|
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. | |
| void | Log::Format::SquidIcap (const AccessLogEntryPointer &al, Logfile *logfile) |
| Display log details in Squid ICAP format. | |
| void | Log::Format::SquidUserAgent (const AccessLogEntryPointer &al, Logfile *logfile) |
| Display log details in useragent format. | |
| void | Log::Format::SquidReferer (const AccessLogEntryPointer &al, Logfile *logfile) |
| Display log details in Squid old refererlog format. | |
| void | Log::Format::SquidCustom (const AccessLogEntryPointer &al, CustomLog *log) |
| Log with a local custom format. | |
| void | Log::Format::HttpdCommon (const AccessLogEntryPointer &al, Logfile *logfile) |
| Log with Apache httpd common format. | |
| void | Log::Format::HttpdCombined (const AccessLogEntryPointer &al, Logfile *logfile) |
| Log with Apache httpd combined format. | |
| typedef RefCount<AccessLogEntry> AccessLogEntryPointer |