ad4f267b7a
search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
15 lines
451 B
Text
15 lines
451 B
Text
Dancer logger engine for Sys::Syslog
|
|
|
|
This module implements a logger engine that sends log messages to syslog,
|
|
through the Sys::Syslog module.
|
|
|
|
The 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'
|
|
|
|
WWW: https://metacpan.org/release/Dancer-Logger-Syslog
|