Log::Report::DBIC::Profiler
query profiler for DBIx::Class
- Provided by: liblog-report-perl (Version: 1.44-1)
- Report a bug
query profiler for DBIx::Class
Log::Report::DBIC::Profiler is a DBIx::Class::Storage::Statistics
use Log::Report::DBIC::Profiler; $schema->storage->debugobj(Log::Report::DBIC::Profiler->new); $schema->storage->debug(1); # And maybe (if no exceptions expected from DBIC) $schema->exception_action(sub { panic @_ }); # Log to syslog use Log::Report; dispatcher SYSLOG => 'myapp', identity => 'myapp', facility => 'local0', flags => "pid ndelay nowait", mode => 'DEBUG';
This profile will log DBIx::Class queries via Log::Report to a selected back-end (via a dispatcher, see Log::Report::Dispatcher)
This module is part of Log-Report version 1.44, built on December 22, 2025. Website: http://perl.overmeer.net/CPAN/
For contributors see file ChangeLog.
This software is copyright (c) 2007-2025 by Mark Overmeer.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.