< Previous by Date Date Index Next by Date >
< Previous in Thread Thread Index  

Re: [reSIProcate] Compiler error (on Windows) in rutil Logging



On 01/09/14 16:28, Scott Godin wrote:
> Fixed - thanks Dario!
> 


Thanks for fixing this - LOG_DAEMON is what I had intended to use there

Just some more comments for Windows users:

- if LoggingType is not parsed correctly, Log.cxx defaults[1] to Syslog,
would another default be more useful?

- I thought about wrapping all this Syslog stuff in
    #ifdef HAVE_SYSLOG_H
  rather than using this LOG_DAEMON hack.  Does anybody prefer that?





1.
https://svn.resiprocate.org/viewsvn/resiprocate/main/rutil/Log.cxx?revision=11224&view=markup#l124