[AGENT++] How to disable agent_pp log output?

Dario maljur dmaljur at elma.hr
Tue Oct 17 15:09:30 CEST 2006


Hi

 

I tried defining #define _NO_LOGGING, and I also tried to set

 

  DefaultLog::log()->set_filter(ERROR_LOG, 1);

   DefaultLog::log()->set_filter(WARNING_LOG, 1);

   DefaultLog::log()->set_filter(EVENT_LOG, 1);

   DefaultLog::log()->set_filter(INFO_LOG, 1);

   DefaultLog::log()->set_filter(DEBUG_LOG, 1);

 

But stdout (console) still produces output. 

This is very annoying 'couse when using get_next it produces 'bout 1000
lines of debugs and warnings.

 




More information about the AGENTPP mailing list