mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-21 02:24:06 -04:00
7 lines
294 B
Plaintext
7 lines
294 B
Plaintext
Log::Agent is a general logging framework aimed at reusable modules.
|
|
|
|
Instead of having modules insist on using their onw 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.
|