Help for this page

Select Code to Download


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