syslog-too 0.1.1

A small library to send log messages to syslog locally and over TCP or UDP using Rust. A continuation of the syslog crate.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# Normalize line endings
*           text eol=lf

# Rust source and common text
*.rs        text eol=lf diff=rust
*.toml      text eol=lf
*.lock      text eol=lf
*.md        text eol=lf
*.yml       text eol=lf

# Build artifacts / generated (if ever checked in)
target/**               -diff linguist-generated=true