Recommendation for simple logger on Windows?
Alex Kalderimis
alexkalderimis at googlemail.com
Fri Jan 7 18:34:57 GMT 2011
I've enjoyed Log::Handler - nicely customisable. Perhaps this doesn't
address the issue of overkill, but the minimal use cases have sensible
defaults.
On Fri, 2011-01-07 at 09:52 -0800, Daniel Pittman wrote:
> On Fri, Jan 7, 2011 at 04:02, Richard Huxton <dev at archonet.com> wrote:
>
> > I'd normally use log4perl but that's overkill for this case - I'm installing
> > Strawberry Perl for one small app. Anyone have any strong feelings between
> > the various Simple(r|st) / Tiny options on CPAN?
>
> My very strong preference is to use syslog for log output, but that is
> tied to the operational platforms and other log management tools.
> When I don't, Log::Any is a great choice, since it allows you to plug
> in multiple log back-ends, and is pleasantly trivial to work with.
>
> Regards,
> Daniel
More information about the london.pm
mailing list