Drop in Analogger support for _____

In the next release of Analogger, I want to provide drop in support for
using it in other pieces of software or frameworks that provide/use a
logging facility.

Does anyone have any requests?

Nitro looks easy.

It looks pretty simple to provide something that conforms to the
SimpleLogger api in Rails.

What else might people like drop in support for?

Kirk H.

If you are going to support Rails make sure to look at the trunk. The
trunk now just uses the Ruby logger API and defines a SimpleFormatter
as the default formatter. Not sure what the API for Analogger is but
the bottom line is that you just need to be able to support calls
through the normal Ruby logger API.

V/r
Anthony E.

On Sun, 1 Apr 2007, Anthony E. wrote:

If you are going to support Rails make sure to look at the trunk. The
trunk now just uses the Ruby logger API and defines a SimpleFormatter
as the default formatter. Not sure what the API for Analogger is but
the bottom line is that you just need to be able to support calls
through the normal Ruby logger API.

That’s more or less all that Nitro needs, too, and I already have code
running that is doing that, so that should work just fine.

Thanks,

Kirk H.