Squid Web Cache master
Loading...
Searching...
No Matches
Formats.h File Reference
#include "AccessLogEntry.h"
#include "base/RefCount.h"
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< AccessLogEntryAccessLogEntryPointer
 

Enumerations

enum  Log::Format::log_type {
  Log::Format::CLF_UNKNOWN , Log::Format::CLF_COMBINED , Log::Format::CLF_COMMON , Log::Format::CLF_CUSTOM ,
  Log::Format::CLF_ICAP_SQUID , Log::Format::CLF_REFERER , Log::Format::CLF_SQUID , Log::Format::CLF_USERAGENT ,
  Log::Format::CLF_NONE
}
 

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 Documentation

◆ AccessLogEntryPointer

Definition at line 15 of file Formats.h.