-
-
17 Jul 2021 09:01:42 UTC
- Distribution: Log-Report
- Module version: 1.33
- Source (raw)
- Pod Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues (1)
- Testers (1136 / 7 / 4)
- Kwalitee
Bus factor: 1- % Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (98.96KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Devel::GlobalDestruction
- Encode
- Log::Report::Optional
- Scalar::Util
- String::Print
- Sys::Syslog
- Test::More
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Log::Report::DBIC::Profiler - query profiler for DBIx::Class
INHERITANCE
Log::Report::DBIC::Profiler is a DBIx::Class::Storage::Statistics
SYNOPSIS
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';
DESCRIPTION
This profile will log DBIx::Class queries via Log::Report to a selected back-end (via a dispatcher, see Log::Report::Dispatcher)
SEE ALSO
This module is part of Log-Report distribution version 1.33, built on July 17, 2021. Website: http://perl.overmeer.net/CPAN/
LICENSE
Copyrights 2007-2021 by [Mark Overmeer <markov@cpan.org>]. For other contributors see ChangeLog.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See http://dev.perl.org/licenses/
Module Install Instructions
To install Log::Report, copy and paste the appropriate command in to your terminal.
cpanm Log::Report
perl -MCPAN -e shell install Log::Report
For more information on module installation, please visit the detailed CPAN module installation guide.