logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Log::Handler::Plugin::Config::Properties - Config loader for Config::Properties.

Author

       Jonny Schulz <jschulz.cpan(at)bloonix.de>.

Config Style

           file.mylog.reopen = 1
           file.mylog.fileopen = 1
           file.mylog.maxlevel = info
           file.mylog.permissions = 0640
           file.mylog.mode = append
           file.mylog.timeformat = %b %d %H:%M:%S
           file.mylog.debug_mode = 2
           file.mylog.minlevel = warn
           file.mylog.filename = example.log
           file.mylog.newline = 1
           file.mylog.message_layout = %T %H[%P] [%L] %S: %m

Exports

       No exports.

Name

       Log::Handler::Plugin::Config::Properties - Config loader for Config::Properties.

Prerequisites

           Config::Properties

Report Bugs

       Please report all bugs to <jschulz.cpan(at)bloonix.de>.

       If you send me a mail then add Log::Handler into the subject.

Routines

get_config()
       Expect the config file name and returns the config as a reference.

       The configuration uses full stops "." as a delimiter.

Synopsis

           use Log::Handler::Plugin::Config::Properties;

           my $config = Log::Handler::Plugin::Config::Properties->get_config( $config_file );

See Also