- or download this
use DBIx::Log4perl qw(:masks);
$DBIx::Log4perl::LogMask = DBIX_L4P_LOG_OUTPUT | DBIX_L4P_LOG_INPUT;
- or download this
(binary)
DBIX_L4P_LOG_INPUT 1 00000001
DBIX_L4P_LOG_OUTPUT 2 00000010
- or download this
00000001
00000010
--------
00000011