Skip to content

dionys/log-log4perl-config-yamlconfigurator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages