QM has asked for the wisdom of the Perl Monks concerning the following question:
Python's logging facility is used for logging. Is there something in Perl (e.g., CPAN) that does something similar? I need a reference to the logger object in the parent object, and be able to call different log level methods (debug, info, etc.) I don't need the full Python logging capability (which seems quite extensive).
If not, I'll adapt something like Log::Message, or roll my own.
Update: adding link for Python logging class.
-QM
--
Quantum Mechanics: The dreams stuff is made of
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Perl Equivalent of Python logging?
by Old_Gray_Bear (Bishop) on Jan 07, 2013 at 17:54 UTC | |
by QM (Parson) on Jan 11, 2013 at 08:40 UTC |