p5-Log-Agent

abstraction layer for logging and tracing

WWW CVSWeb GITHub
  1. Package version
    p5-Log-Agent-1.005
  2. Maintainer
    The 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.