The VarnishLog class

(PECL varnish >= 0.6)

Introduction

Class synopsis

classVarnishLog {
constintTAG_Debug = 0;
constintTAG_Error = 1;
constintTAG_CLI = 2;
constintTAG_StatSess = 3;
constintTAG_ReqEnd = 4;
constintTAG_Backend = 12;
constintTAG_Length = 13;
constintTAG_RxRequest = 15;
constintTAG_RxStatus = 17;
constintTAG_RxURL = 18;
constintTAG_RxHeader = 20;
constintTAG_TxRequest = 21;
constintTAG_TxStatus = 23;
constintTAG_TxURL = 24;
constintTAG_TxHeader = 26;
constintTAG_ObjStatus = 29;
constintTAG_ObjURL = 30;
constintTAG_ObjHeader = 32;
constintTAG_TTL = 34;
constintTAG_VCL_acl = 36;
constintTAG_VCL_call = 37;
constintTAG_VCL_trace = 38;
constintTAG_VCL_error = 40;
constintTAG_ReqStart = 41;
constintTAG_Hit = 42;
constintTAG_HitPass = 43;
constintTAG_ExpBan = 44;
constintTAG_ExpKill = 45;
constintTAG_Hash = 48;
constintTAG_VCL_Log = 50;
constintTAG_Gzip = 51;
public__construct(array$args = ?)
publicgetLine(): array
publicstaticgetTagName(int$index): string
}

Table of Contents

To Top