logging

J

j

Hi all ,

what's the common module that's used for logging ? i have looked into
log4perl. But seems that not quite mature and doesn't support
multithreading. Anyone has some idea ?

Thanks.

perseus
 
M

Mothra

Hi all ,

what's the common module that's used for logging ? i have looked
into
log4perl. But seems that not quite mature and doesn't support
multithreading. Anyone has some idea ?
Normally I stick an error-handling subroutine in my code that appends
warnings and errors to one or more logfiles and then use Logfile::Rotate
to compress and rotate them. I take it you want to do something more than
this - can you be more specific?
 
J

j

Some of the features that I can think of is :

1) easily support multithreading or concurrent client usage.
2) different level of logging and can be configured via a config file that
should not have significant impact on performance.
3) Logfile management.

Thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,057
Latest member
KetoBeezACVGummies

Latest Threads

Top