LogTags.h File Reference
Include dependency graph for LogTags.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  LogTagsErrors
 
class  LogTags
 

Enumerations

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
}
 

Functions

LogTags_otoperator++ (LogTags_ot &aLogType)
 iterator for LogTags_ot enumeration More...
 

Enumeration Type Documentation

◆ LogTags_ot

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

Function Documentation

◆ operator++()

LogTags_ot& operator++ ( LogTags_ot aLogType)
inline

Definition at line 102 of file LogTags.h.

References int.

 

Introduction

Documentation

Support

Miscellaneous