#include "hdebug.h" #include ClassImp(HDebug) HDebug::HDebug(void) { fIdentLevel=0; gDebuger=this; } HDebug::~HDebug(void) { } void HDebug::message(const Text_t *format,...) { va_list ap; va_start(ap,format); for (Int_t i=0;i