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

 Log
 
 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. 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

Definition at line 15 of file Formats.h.

 

Introduction

Documentation

Support

Miscellaneous