Lines Matching defs:ADbg
39 #include "ADbg.h"
47 ADbg::ADbg(int level)
55 OutPut(-1,"ADbg Creation at debug level = %d (0x%08X)",my_level,this);
58 ADbg::~ADbg()
61 OutPut(-1,"ADbg Deletion (0x%08X)",this);
64 inline int ADbg::_OutPut(const char * format,va_list params) const
116 int ADbg::OutPut(int forLevel, const char * format,...) const
133 int ADbg::OutPut(const char * format,...) const
142 bool ADbg::setDebugFile(const char * NewFilename) {
166 bool ADbg::unsetDebugFile() {