Log-Log4perl-CommandLine
========================
Add command line options via Getopt::Long for basic configuration of
Log::Log4perl enabled applications and modules.
my_program.pl --verbose
my_program.pl -v
my_program.pl --debug
my_program.pl -d
my_program.pl --quiet
my_program.pl -q
also configure per module (category):
my_program.pl --debug MyModule
etc.
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make install
DEPENDENCIES
This module requires these other modules and libraries:
Getopt::Long
Log::Log4perl
COPYRIGHT AND LICENCE
Copyright 2008 by Curt Tilmes
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.