Dancer::Logger::Syslog - Dancer logger engine for Sys::Syslog


Dancer-Logger-Syslog documentation  | view source Contained in the Dancer-Logger-Syslog distribution.

Index


NAME

Top

Dancer::Logger::Syslog - Dancer logger engine for Sys::Syslog

DESCRIPTION

Top

This module implements a logger engine that send log messages to syslog, through the Sys::Syslog module.

CONFIGURATION

Top

The setting logger should be set to syslog in order to use this session engine in a Dancer application.

METHODS

Top

init()

The init method is called by Dancer when creating the logger engine with this class. It will initiate a Syslog connection under the USER facility.

DEPENDENCY

Top

This module depends on Sys::Syslog.

AUTHOR

Top

This module has been written by Alexis Sukrieh

SEE ALSO

Top

See Dancer for details about logging in route handlers.

COPYRIGHT

Top

LICENSE

Top

This module is free software and is released under the same terms as Perl itself.


Dancer-Logger-Syslog documentation  | view source Contained in the Dancer-Logger-Syslog distribution.