sysly
syslog, srsly
a syslog udp and unix domain socket appender.
docs
Find them here
install
Add the following to your Cargo.toml
[]
= "0.2.4"
usage
The interface is straight forward. First create a new Syslog instance optionally configuring with a
Facility and tag, then start logging messages with methods which correlate to severities including:
debug, info, notice, warn, err, critical, alert, and emergency.
extern crate sysly;
use ;
use ;
Doug Tangren (softprops) 2015