The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Message::Passing::Output::Syslog - output messages to Syslog.

SYNOPSIS

    message-pass --output STDOUT --output Syslog --output_options '{"hostname":"127.0.0.1","port":"5140"}'

DESCRIPTION

NOTE This module is not currently functional!

Provides a syslogd client.

Can be used to ship syslog logs from a Message::Passing system.

ATTRIBUTES

hostname

The hostname to connect to

port

The port to connect to, defaults to 5140.

protocol

The protocol to send messages on, can be either tcp or udp, with udp being the default.

SEE ALSO

Message::Passing::Syslog
Message::Passing

AUTHOR, COPYRIGHT AND LICENSE

See Message::Passing::Syslog.