Recommendation for simple logger on Windows?

Daniel Pittman daniel at rimspace.net
Fri Jan 7 17:52:05 GMT 2011


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
-- 
✉ Daniel Pittman <daniel at rimspace.net>
⌨ daniel at rimspace.net (XMPP)
☎ +1 503 893 2285
♻ made with 100 percent post-consumer electrons



More information about the london.pm mailing list