diff options
author | erwin <erwin@FreeBSD.org> | 2006-07-30 03:39:49 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2006-07-30 03:39:49 +0800 |
commit | 4e0ba50eedde33e092bc6d35a600ec9cc2a756c0 (patch) | |
tree | ee6562a7fba5511e766eb9cd7e3cad46397478fe /databases/Makefile | |
parent | 94dad380df580bd1ee2ce5c7d1432d05691a069d (diff) | |
download | freebsd-ports-gnome-4e0ba50eedde33e092bc6d35a600ec9cc2a756c0.tar.gz freebsd-ports-gnome-4e0ba50eedde33e092bc6d35a600ec9cc2a756c0.tar.zst freebsd-ports-gnome-4e0ba50eedde33e092bc6d35a600ec9cc2a756c0.zip |
DBIx::Log4perl is a wrapper over DBI which adds logging of your DBI activity
via a Log::Log4perl handle. Log::Log4perl has many advantages for logging
but the ones probably most attractive are:
The ability to turn logging on or off or change the logging you see without
changing your code.
Different log levels allowing you to separate warnings, errors and fatals
to different files.
WWW: http://search.cpan.org/dist/DBIx-Log4perl/
PR: ports/100610
Submitted by: Jin-Shan Tseng <tjs at cdpa.nsysu.edu.tw>
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index 306a7b020438..b2c4034d4be7 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -232,6 +232,7 @@ SUBDIR += p5-DBIx-DBSchema SUBDIR += p5-DBIx-DataSource SUBDIR += p5-DBIx-Ease + SUBDIR += p5-DBIx-Log4perl SUBDIR += p5-DBIx-MySQLSequence SUBDIR += p5-DBIx-Password SUBDIR += p5-DBIx-Recordset |