-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
58 lines (35 loc) · 1.32 KB
/
README
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
NAME
Log::Log4perl::Config::YAMLConfigurator - parser of Log::Log4perl
configuration files based on YAML (http://www.yaml.org/spec/) syntax.
SYNOPSIS
use Log::Log4perl::Config::YAMLConfigurator;
my $config = Log::Log4perl::Config::YAMLConfigurator->new();
$config->file('log4perl.yaml');
$config->parse();
DESCRIPTION
To do.
INSTALLATION
To install this module, run the following commands:
perl Build.PL
./Build
./Build test
./Build install
SUPPORT AND DOCUMENTATION
After installing, you can find documentation for this module with the
perldoc command:
perldoc Log::Log4perl::Config::YAMLConfigurator
You can also look for information at:
GitHub
http://github.com/dionys/log-log4perl-config-yamlconfigurator
RT, CPAN's request tracker
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Log-Log4perl-Config-YAMLConfigurator
AnnoCPAN, Annotated CPAN documentation
http://annocpan.org/dist/Log-Log4perl-Config-YAMLConfigurator
CPAN Ratings
http://cpanratings.perl.org/d/Log-Log4perl-Config-YAMLConfigurator
Search CPAN
http://search.cpan.org/dist/Log-Log4perl-Config-YAMLConfigurator/
COPYRIGHT AND LICENSE
Copyright (c) 2009 Denis Ibaev.
This library is free software; you can redistribute it and/or modify it under
the same terms as Perl itself.