Generic log framework

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Generic log framework

Thelliez
Hello,

Before writing my own code, I thought I should ask if a generic log
framework already exists.

I need multiple gems to be able to write to a single log file.  The
log format and content would be similar to the Log4J system in the
Java world.


Suggestions?
Thierry
Reply | Threaded
Open this post in threaded view
|

Re: Generic log framework

Paul DeBruicker
On 06/09/2011 04:49 PM, Thierry Thelliez wrote:

> Hello,
>
> Before writing my own code, I thought I should ask if a generic log
> framework already exists.
>
> I need multiple gems to be able to write to a single log file.  The
> log format and content would be similar to the Log4J system in the
> Java world.
>
>
> Suggestions?
> Thierry


I haven't used it but Toothpick:
http://www.metaprog.com/Toothpick/index.html

  has Pharo and Gemstone ports:

http://seaside.gemstone.com/ss/Toothpick

http://www.squeaksource.com/Toothpick
Reply | Threaded
Open this post in threaded view
|

Re: Generic log framework

Thelliez
Thanks Paul,

Unfortunately there does not appear to be any files for the Gemstone port.


Thierry
Reply | Threaded
Open this post in threaded view
|

Re: Generic log framework

Göran Krampe
On 06/09/2011 11:30 PM, Thierry Thelliez wrote:
> Thanks Paul,
>
> Unfortunately there does not appear to be any files for the Gemstone port.

SimpleLog also has a syslog backend which would solve your multiple gem
issue:

http://map.squeak.org/packagebyname/simplelog

regards, Göran