diff options
author | grant <grant@pkgsrc.org> | 2004-09-25 00:09:13 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-09-25 00:09:13 +0000 |
commit | 3f0616271c608db56123b79e2becfcb56e325f2f (patch) | |
tree | 820ffb316e4c14ad60087228551e6a49a7720bf0 /doc | |
parent | b30f53ddfe468eee08a2c9c5bd5a96edae9311a5 (diff) | |
download | pkgsrc-3f0616271c608db56123b79e2becfcb56e325f2f.tar.gz |
Initial import of vanessa_logger-0.0.7 into the NetBSD packages collection.
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.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CHANGES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 3bd814fa4d3..322e0d0465f 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.7239 2004/09/24 23:49:34 wulf Exp $ +$NetBSD: CHANGES,v 1.7240 2004/09/25 00:09:13 grant Exp $ Changes to the packages collection and infrastructure in 2004: @@ -4418,3 +4418,4 @@ Changes to the packages collection and infrastructure in 2004: Added tcl-itcl-current-20040920 [dmcmahill 2004-09-24] Added grig-0.2.2 [wulf 2004-09-24] Added tlf-0.9.20 [wulf 2004-09-24] + Added vanessa_logger-0.0.7 [grant 2004-09-25] |