[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Drop in Analogger support for _____

khaines

3/31/2007 6:05:00 PM

2 Answers

Anthony Eden

3/31/2007 6:17:00 PM

0

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 Eden

On 3/31/07, khaines@enigo.com <khaines@enigo.com> wrote:
> 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 Haines
>
>


--
Cell: 808 782-5046
Current Location: Melbourne, FL

khaines

3/31/2007 7:15:00 PM

0