mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-20 09:58:24 -04:00
6 lines
347 B
Plaintext
6 lines
347 B
Plaintext
vanessa_logger is a library that provides a generic logging layer that
|
|
may be used to log to one or more of syslog, an open file handle or a
|
|
file name. Though due to to limitations in the implementation of syslog
|
|
opening multiple syslog loggers doesn't makes sense. Includes the ability
|
|
to limit which messages will be logged based on priorities.
|