Group
Extension

Matches 1

MooseX-Role-LogHandler ( N/NJ/NJWALKER/MooseX-Role-LogHandler-0.008.tar.gz, NJWALKER, 2013; MetaCPAN )
MooseX-Role-LogHandler/lib/MooseX/Role/LogHandler.pm ( view source; MetaCPAN )
::Log::LogDispatch> this can be thought of as a common logging interface.

  package MyApp::View::JSON;
  extends 'MyApp::View';
  
  with 'MooseX::Role::LogHandler';

  sub bar {
    $self->logger->d

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.