• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..11-Apr-2013244

Build.PLH A D20-May-2008683

ChangesH A D20-May-200810.2 KiB

lib/H05-Apr-20133

LICENSEH A D20-May-200820.8 KiB

Makefile.PLH A D20-May-2008565

MANIFESTH A D20-May-2008627

META.ymlH A D20-May-20081.6 KiB

READMEH A D20-May-2008607

SIGNATUREH A D20-May-20082.5 KiB

t/H11-Apr-20137

README

1Log::Dispatch is a suite of OO modules for logging messages to
2multiple outputs, each of which can have a minimum and maximum log
3level.  It is designed to be easily subclassed, both for creating a
4new dispatcher object and particularly for creating new outputs.
5
6It also allows both global (dispatcher level) and local (logging
7object) message formatting callbacks which allows greater flexibility
8and should reduce the need for subclassing.
9
10Subclassing is only needed to send a message to a different output,
11not to change the message format.
12
13Please see the Log::Dispatch documentation for more details.