Include dependency graph for stub_debug.cc:
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) |
Macro Definition Documentation
◆ STUB_API
#define STUB_API "debug/libdebug.la" |
Definition at line 19 of file stub_debug.cc.
Function Documentation
◆ _db_rotate_log()
void _db_rotate_log | ( | void | ) |
Definition at line 39 of file stub_debug.cc.
◆ ForceAlert()
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.