From: Tim Pease Date: 2007-01-16T07:22:59+09:00 Subject: Re: [ANN] Logging 0.1.0 On 1/15/07, Jonas Pfenniger wrote: > Yes ! A decent ruby logger. I was waiting for this since a long time. > Hmmm ... I would download the code first and poke around ... kick the wheels. But thanks for the exuberance :) > Are you going to fix the syslog adapter ? In Log4r, when you used syslog, it > would change the error level and reporting methods. It's pretty annoying. > Sure. The field is wide open at the moment. I'm looking for suggestions / requests from developers. My thought on syslog is to require a mapping from the user that maps the defined logging levels to the syslog logging levels. If the user has not defined any logging levels, then the syslog levels become the default (i.e. the current Log4r behavior). Blessings, TwP