On Thursday 30 March 2006 15:34, Nigel Horne wrote:

> > Can You prompt where this file is written? I have found only 
> > "static void logger (const char *mess)" but this function is 
> > caused only in case of non external mode...
> 
> if(cfgopt(copt, "LogVerbose")->enabled) {
>       logVerbose = 1;

I have found it. I have not understood communication between writing
to LogFile and a flag logVerbose. :-(

I have found only 

       if(logVerbose) syslog(.......);

Or function syslog writes not only in syslog, but also in LogFile ?

-- 
Regards,
Sergey
_______________________________________________
http://lurker.clamav.net/list/clamav-devel.html

Reply via email to