Geal / rust-syslog

Send syslog messages from Rust
MIT License
110 stars 55 forks source link

LogLevelFilter parameter to init_* functions #8

Closed cameronism closed 8 years ago

cameronism commented 9 years ago

Unless max_level.set is called nothing will ever be logged. I found out the hard way that currently only the init function is usable for log crate support.

Geal commented 8 years ago

good catch, thanks!