Go to the source code of this file.
|
| enum | LogTags_ot {
LOG_TAG_NONE = 0
, LOG_TCP_HIT
, LOG_TCP_MISS
, LOG_TCP_REFRESH_UNMODIFIED
,
LOG_TCP_REFRESH_FAIL_OLD
, LOG_TCP_REFRESH_FAIL_ERR
, LOG_TCP_REFRESH_MODIFIED
, LOG_TCP_REFRESH
,
LOG_TCP_CLIENT_REFRESH_MISS
, LOG_TCP_IMS_HIT
, LOG_TCP_INM_HIT
, LOG_TCP_SWAPFAIL_MISS
,
LOG_TCP_NEGATIVE_HIT
, LOG_TCP_MEM_HIT
, LOG_TCP_DENIED
, LOG_TCP_DENIED_REPLY
,
LOG_TCP_OFFLINE_HIT
, LOG_TCP_REDIRECT
, LOG_TCP_TUNNEL
, LOG_UDP_HIT
,
LOG_UDP_MISS
, LOG_UDP_DENIED
, LOG_UDP_INVALID
, LOG_UDP_MISS_NOFETCH
,
LOG_ICP_QUERY
, LOG_TYPE_MAX
} |
| |
◆ LogTags_ot
Squid transaction result code/tag set.
These codes indicate how the request was received and some details about its processing pathway.
see also https://wiki.squid-cache.org/SquidFaq/SquidLogs#squid-result-codes for details on particular components.
| Enumerator |
|---|
| LOG_TAG_NONE | |
| LOG_TCP_HIT | |
| LOG_TCP_MISS | |
| LOG_TCP_REFRESH_UNMODIFIED | |
| LOG_TCP_REFRESH_FAIL_OLD | |
| LOG_TCP_REFRESH_FAIL_ERR | |
| LOG_TCP_REFRESH_MODIFIED | |
| LOG_TCP_REFRESH | |
| LOG_TCP_CLIENT_REFRESH_MISS | |
| LOG_TCP_IMS_HIT | |
| LOG_TCP_INM_HIT | |
| LOG_TCP_SWAPFAIL_MISS | |
| LOG_TCP_NEGATIVE_HIT | |
| LOG_TCP_MEM_HIT | |
| LOG_TCP_DENIED | |
| LOG_TCP_DENIED_REPLY | |
| LOG_TCP_OFFLINE_HIT | |
| LOG_TCP_REDIRECT | |
| LOG_TCP_TUNNEL | an attempt to establish a bidirectional TCP tunnel
|
| LOG_UDP_HIT | |
| LOG_UDP_MISS | |
| LOG_UDP_DENIED | |
| LOG_UDP_INVALID | |
| LOG_UDP_MISS_NOFETCH | |
| LOG_ICP_QUERY | |
| LOG_TYPE_MAX | |
Definition at line 40 of file LogTags.h.
◆ operator++()