|
Squid Web Cache v8/master
|
Go to the source code of this file.
Typedefs | |
| typedef RefCount< AccessLogEntry > | AccessLogEntryPointer |
Functions | |
| void | icapLogClose () |
| void | icapLogOpen () |
| void | icapLogRotate () |
| void | icapLogLog (AccessLogEntryPointer &al) |
Variables | |
| int | IcapLogfileStatus |
| typedef RefCount<AccessLogEntry> AccessLogEntryPointer |
Definition at line 15 of file icap_log.h.
| void icapLogClose | ( | ) |
Definition at line 38 of file icap_log.cc.
References Config, SquidConfig::icaplogs, log(), SquidConfig::Log, and logfileClose().
Referenced by mainReconfigureStart().
| void icapLogLog | ( | AccessLogEntryPointer & | al | ) |
Definition at line 60 of file icap_log.cc.
References accessLogLogTo(), AccessLogEntry::adapted_request, Config, IcapLogfileStatus, SquidConfig::icaplogs, SquidConfig::Log, LOG_ENABLE, and ACLFilledChecklist::updateAle().
Referenced by Adaptation::Icap::Xaction::maybeLog().
| void icapLogOpen | ( | ) |
Definition at line 23 of file icap_log.cc.
References Log::Format::CLF_NONE, Config, IcapLogfileStatus, SquidConfig::icaplogs, log(), SquidConfig::Log, LOG_ENABLE, FormattedLog::logfile, and logfileOpen().
Referenced by mainInitialize(), and mainReconfigureFinish().
| void icapLogRotate | ( | ) |
Definition at line 51 of file icap_log.cc.
References Config, SquidConfig::icaplogs, log(), SquidConfig::Log, logfileRotate(), and SquidConfig::rotateNumber.
Referenced by mainRotate().
|
extern |
Definition at line 20 of file icap_log.cc.
Referenced by HttpRequest::icapHistory(), icapLogLog(), icapLogOpen(), and Adaptation::Icap::Xaction::maybeLog().