sysly 0.2.3

A modern multi-transport syslog appender.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]

name = "sysly"
version = "0.2.3"
authors = ["softprops <d.tangren@gmail.com>"]
description = "A modern multi-transport syslog appender."
documentation = "http://softprops.github.io/sysly"
homepage = "https://github.com/softprops/sysly"
repository = "https://github.com/softprops/sysly"
keywords = ["log", "logging", "syslog", "unix"]
license = "MIT"
exclude = ["src/main.rs"]

[dependencies]
unix_socket = "0.3.2"
time = "0.1.25"