Sloggrs
Simple logging helper written in rust
Log levels
- DEBUG: Debug information, (not needed in production)
- INFO: Informations about progress (OK for production)
- WARN: Warnings, nothing really dangerous but may be useful to find potential errors
- ERROR: Recoverable errors
- FATAL: Unrecoverable errors
Example
extern crate sloggrs;