Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

log::handler::plugin::yaml(3pm) [debian man page]

Log::Handler::Plugin::YAML(3pm) 			User Contributed Perl Documentation			   Log::Handler::Plugin::YAML(3pm)

NAME
Log::Handler::Plugin::YAML - Config loader for YAML. SYNOPSIS
use Log::Handler::Plugin::YAML; my $config = Log::Handler::Plugin::YAML->get_config( $config_file ); ROUTINES
get_config() Expect the config file name and returns the config as a reference. CONFIG STYLE
--- file: mylog: debug_mode: 2 filename: example.log fileopen: 1 maxlevel: info minlevel: warn mode: append newline: 1 permissions: 0640 message_layout: %T %H[%P] [%L] %S: %m reopen: 1 timeformat: %b %d %H:%M:%S PREREQUISITES
YAML EXPORTS
No exports. 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. AUTHOR
Jonny Schulz <jschulz.cpan(at)bloonix.de>. COPYRIGHT
Copyright (C) 2007-2009 by Jonny Schulz. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.14.2 2012-11-21 Log::Handler::Plugin::YAML(3pm)

Check Out this Related Man Page

Log::Handler::Plugin::Config::Properties(3pm)		User Contributed Perl Documentation	     Log::Handler::Plugin::Config::Properties(3pm)

NAME
Log::Handler::Plugin::Config::Properties - Config loader for Config::Properties. SYNOPSIS
use Log::Handler::Plugin::Config::Properties; my $config = Log::Handler::Plugin::Config::Properties->get_config( $config_file ); ROUTINES
get_config() Expect the config file name and returns the config as a reference. The configuration uses full stops "." as a delimiter. 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 PREREQUISITES
Config::Properties EXPORTS
No exports. 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. AUTHOR
Jonny Schulz <jschulz.cpan(at)bloonix.de>. COPYRIGHT
Copyright (C) 2007-2009 by Jonny Schulz. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.14.2 2012-11-21 Log::Handler::Plugin::Config::Properties(3pm)
Man Page

5 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

dmesg freebsd

hey,i use freeBSD 4.7stable, dmesg returns me a tons of info like: ax R *Handler Int 16 aio_max R *Handler Int 17 aio_prio_delta_max R *Handler Int 18 delaytimer_max R *Handler Int 19 mq_open_max R *Handler Int 20 pagesize R *Handler Int 21 rtsig_max R *Handler Int... (6 Replies)
Discussion started by: hachik
6 Replies

2. Shell Programming and Scripting

Log file query

(4 Replies)
Discussion started by: LAVco
4 Replies

3. Shell Programming and Scripting

Perl Signal Handler

I was working on some Perl code that does signal handling and I came across this one liner and wasn't sure what it was doing. local $SIG{__DIE__} = sub {$! = 2; die $_;}; I think the first part of the anonymous subroutine is setting $! to 2, but I am not sure what the second part is doing. ... (1 Reply)
Discussion started by: SFNYC
1 Replies

4. Shell Programming and Scripting

Log file not getting generated

(1 Reply)
Discussion started by: ajincoep
1 Replies

5. Shell Programming and Scripting

YAML file update

removing post since it got fix (1 Reply)
Discussion started by: kishore150
1 Replies