mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-06 01:57:40 +00:00
1f2cd7d6db
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>
12 lines
435 B
Plaintext
12 lines
435 B
Plaintext
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/
|