|
NAMEDancer::Logger::Syslog - Dancer logger engine for Sys::SyslogVERSIONversion 0.6DESCRIPTIONThis module implements a logger engine that send log messages to syslog, through the Sys::Syslog module.CONFIGURATIONThe setting logger should be set to "syslog" in order to use this session engine in a Dancer application.You can also specify the other configuration via the 'syslog' config key, e.g. syslog: facility: 'local0' ident: 'my_app' The allowed options are:
METHODSinit()The init method is called by Dancer when creating the logger engine with this class.format_message()This method defines how to format messages for Syslog, it's a bit different than the standard one provided by Dancer::Logger::Abstract because Syslog already provides a couple of information.DEPENDENCYThis module depends on Sys::Syslog.SEE ALSOSee Dancer for details about logging in route handlers.AUTHORS
COPYRIGHT AND LICENSEThis software is copyright (c) 2010 by Alexis Sukrieh.This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
Visit the GSP FreeBSD Man Page Interface. |