<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">I am came across a nice logging library&nbsp;<div><span class="Apple-tab-span" style="white-space:pre">        </span><a href="http://google-glog.googlecode.com/svn/trunk/doc/glog.html">http://google-glog.googlecode.com/svn/trunk/doc/glog.html</a></div><div><br></div><div>Maybe it is worth to use this one instead of the one from base, especially because you can log directly to syslog (<code style="color: rgb(0, 96, 0); background-color: rgb(255, 255, 255); ">SYSLOG</code><span style="font-family: Times; background-color: rgb(255, 255, 255); ">,&nbsp;</span><code style="color: rgb(0, 96, 0); background-color: rgb(255, 255, 255); ">SYSLOG_IF</code><span style="font-family: Times; background-color: rgb(255, 255, 255); ">, and&nbsp;</span><code style="color: rgb(0, 96, 0); background-color: rgb(255, 255, 255); ">SYSLOG_EVERY_N)</code>and it seems pretty well maintained.</div><div><br></div><div>Alex</div></body></html>