File: README

package info (click to toggle)
liblog-any-adapter-dispatch-perl 0.06-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 184 kB
  • ctags: 139
  • sloc: perl: 1,836; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 798 bytes parent folder | download | duplicates (2)
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
NAME
    Log::Any::Adapter::Dispatch

SYNOPSIS
        use Log::Any::Adapter;

        Log::Any::Adapter->set('Dispatch', outputs => [[ ... ]]);

        my $dispatcher = Log::Dispatch->new( ... );
        Log::Any::Adapter->set('Dispatch', dispatcher => $dispatcher);

DESCRIPTION
    This Log::Any adapter uses Log::Dispatch for logging.

    You may either pass parameters (like *outputs*) to be passed to
    `Log::Dispatch->new', or pass a `Log::Dispatch' object directly in the
    *dispatcher* parameter.

SEE ALSO
    Log::Any::Adapter, Log::Any, Log::Dispatch

AUTHOR
    Jonathan Swartz

COPYRIGHT & LICENSE
    Copyright (C) 2007 Jonathan Swartz, all rights reserved.

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