in reply to Re^3: Import constants?
in thread Import constants?
Maybe:
use DBIx::Log4perl qw(:masks); my $dbh = DBIx::Log4perl->connect(...); $dnh->dbix_l4p_setattr( 'dbix_l4p_logmask', DBIX_L4P_LOG_TXN | DBIC_L4P_LOG_CONNECT | DBIX_L4P_LOG_INPUT | DBIX_L4P_LOG_ERRCAPTURE | DBIX_L4P_LOG_ERRORS | DBIX_L4P_LOG_DBDSPECIFIC ); ...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Import constants?
by DreamT (Pilgrim) on Aug 05, 2010 at 09:12 UTC | |
by BrowserUk (Patriarch) on Aug 05, 2010 at 09:20 UTC | |
by DreamT (Pilgrim) on Aug 05, 2010 at 09:38 UTC | |
by BrowserUk (Patriarch) on Aug 05, 2010 at 10:33 UTC | |
by DreamT (Pilgrim) on Aug 05, 2010 at 10:41 UTC | |
|