Make the log writer an interface rather than a concrete class - then we 
can write our own logging methods - write to a DB, syslog, e-mail it, 
fax it, page somebody, whatever.

I once wrote a simple syslog listener that did this, and being able to 
specify my own class to use to write was nice.

Will Stranathan

Tomasz Zielinski wrote:

> Hi,
> 
>  I am thinking of writing a logging service, so I want to know if somebody
>  has already started work on that.
> 
>  Here are some things that I am going to do:
>   1. Write new API for logger that allows logging to multiple files and over
>   the network.
>   2. Write logger as a service.
>   3. Write implementations based on  log4 java, avalon and old turbine
> logger.
> 
>  Tell me what you think about that.
> 
> Zielu
> 
> 
> 
> 
> 
> ------------------------------------------------------------
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
> Problems?:           [EMAIL PROTECTED]



------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to