|
Squid Web Cache master
|
Go to the source code of this file.
Macros | |
| #define | STUB_API "debug/libdebug.la" |
Functions | |
| void | _db_rotate_log (void) |
| std::ostream & | ForceAlert (std::ostream &s) |
| #define STUB_API "debug/libdebug.la" |
Definition at line 19 of file stub_debug.cc.
| void _db_rotate_log | ( | void | ) |
Definition at line 39 of file stub_debug.cc.
| std::ostream & ForceAlert | ( | std::ostream & | s | ) |
Does not change the stream being manipulated. Exists for its side effect: In a debugs() context, forces the message to become a syslog ALERT. Outside of debugs() context, has no effect and should not be used.
Definition at line 111 of file stub_debug.cc.