in reply to Re^4: Import constants?
in thread Import constants?
Maybe my problem is related to my usage of the config file?use Log::Log4perl; use DBIx::Log4perl qw(:masks); Log::Log4perl->init("myconfigfile.cfg"); $dbh = DBIx::Log4perl->connect($DSN, "user", "pass"); $dbh->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^6: Import constants?
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 | |
by BrowserUk (Patriarch) on Aug 05, 2010 at 10:48 UTC | |
|