p5-Log-Agent
abstraction layer for logging and tracing
WWW CVSWeb GITHub-
Package versionp5-Log-Agent-1.005
-
MaintainerThe OpenBSD ports mailing-list
Log::Agent is a general logging framework aimed at reusable modules.
Instead of having modules insist on using their own logging reporting
(by hardwiring calls to warn() or syslog()) which can conflict with
the final application's choice, one may use logwarn() for instance to
emit a warning.