File: WithLogger.pm

package info (click to toggle)
liblog-contextual-perl 0.006004-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 304 kB
  • ctags: 73
  • sloc: perl: 622; makefile: 2
file content (36 lines) | stat: -rw-r--r-- 723 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
package Log::Contextual::Role::Router::WithLogger;
$Log::Contextual::Role::Router::WithLogger::VERSION = '0.006004';
# ABSTRACT: Abstract interface between loggers and logging code blocks

use Moo::Role;

requires 'with_logger';

1;

__END__

=pod

=encoding UTF-8

=head1 NAME

Log::Contextual::Role::Router::WithLogger - Abstract interface between loggers and logging code blocks

=head1 VERSION

version 0.006004

=head1 AUTHOR

Arthur Axel "fREW" Schmidt <frioux+cpan@gmail.com>

=head1 COPYRIGHT AND LICENSE

This software is copyright (c) 2014 by Arthur Axel "fREW" Schmidt.

This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.

=cut