GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Log::Report::DBIC::Profiler(3) User Contributed Perl Documentation Log::Report::DBIC::Profiler(3)

Log::Report::DBIC::Profiler - 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 distribution version 1.33, built on July 17, 2021. Website: http://perl.overmeer.net/CPAN/

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/

2021-07-17 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.