The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.02

  • ENHANCEMENTS
    • Added dbix_la_category attribute so you can override the category passed to get_logger.
    • Added dbix_la_logger attribute so you can pass in your own log handle.
    • Added DBIX_LA_LOG_STORE so you can log calls to STORE seperately.
  • MISCELLANEOUS
    • Switched to use Log::Log4perl's register_wrapper instead of using caller_depth.
    • Updated SYNOPSIS to include more/better examples.

Modules

Perl extension for DBI to selectively log DBI methods, SQL, parameters, result-sets, transactions etc with Log::Any.

Provides

in lib/DBIx/LogAny/Constants.pm
in lib/DBIx/LogAny/db.pm
in lib/DBIx/LogAny/st.pm