diff options
author | Josef Karthauser <joe@FreeBSD.org> | 2001-05-19 22:32:07 +0000 |
---|---|---|
committer | Josef Karthauser <joe@FreeBSD.org> | 2001-05-19 22:32:07 +0000 |
commit | 311c065e907cb23a118cbb199813d901dc6a6029 (patch) | |
tree | 7c9d35d73f90a83c7f02d7e63ae54373cf63d4f6 /devel/Makefile | |
parent | Sort a few misordered entries. (diff) |
Log::Dispatch is a suite of OO modules for logging messages to multiple
outputs, each of which can have a minimum and maximum log level. It is
designed to be easily subclassed, both for creating a new dispatcher
object and particularly for creating new outputs.
PR: ports/27412
Notes
Notes:
svn path=/head/; revision=42767
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index c691645587c4..2a0c274897c0 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -315,6 +315,7 @@ SUBDIR += p5-Locale-PGetText SUBDIR += p5-Locale-gettext SUBDIR += p5-LockFile-Simple + SUBDIR += p5-Log-Dispatch SUBDIR += p5-Mac-FileSpec-Unixish SUBDIR += p5-Make SUBDIR += p5-OLE-Storage_Lite |