Drakulix / simplelog.rs

Simple Logging Facility for Rust
https://docs.rs/simplelog/
Apache License 2.0
433 stars 73 forks source link

Add config option for line endings. #151

Closed javachaos closed 6 months ago

javachaos commented 6 months ago

Added a config option for different line endings. '\n' is quite ubiquitous but not used everywhere (Old versions of DOS/Windows). For the niche use cases were someone wants their log files to have a different line ending this could be helpful.