This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| class | Parameters |
Macros | |
| #define | debugVerbose(LEVEL, MESSAGE) while ((LEVEL) <= scParams.verbosityLevel) {std::cerr << MESSAGE << std::endl; break;} |
| display debug messages at varying verbosity levels More... | |
Variables | |
| Parameters | scParams |
| global squidcleint parameters More... | |
Macro Definition Documentation
◆ debugVerbose
| #define debugVerbose | ( | LEVEL, | |
| MESSAGE | |||
| ) | while ((LEVEL) <= scParams.verbosityLevel) {std::cerr << MESSAGE << std::endl; break;} |
Definition at line 31 of file Parameters.h.
Variable Documentation
◆ scParams
|
extern |
Definition at line 66 of file squidclient.cc.
Referenced by Transport::InitTls(), and main().
