#include <assert.h>#include <sys/types.h>Go to the source code of this file.
Defines | |
| #define | DEBUG |
| #define | debug_(NM, VL) debug_agent(NM, VL, LOG_NO) |
| #define | debug2_(NM, VL, LOG_FILE) debug_agent(NM, VL, LOG_FILE) |
Functions | |
| void | debug_agent (char name[], T &value, bool logfile=false) |
Variables | |
| const char | debug_agent_log_file [] = "/var/tmp/agent.log\0\0" |
| const bool | LOG_YES = true |
| const bool | LOG_NO = false |
Definition in file debug.h.
|
|
Value: |
|
|
Definition at line 31 of file debug.h. Referenced by myThread::Execute(), and main().
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.2.8.1 written by Dimitri van Heesch,
© 1997-2001