Drakulix / simplelog.rs

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

Update logging.rs #149

Closed javachaos closed 4 months ago

javachaos commented 4 months ago

Added a LINE_END string constant with line endings for windows and non-windows platforms. Since writeln! only prints the linefeed character on all platforms. On windows the logs written to file have no newlines when read in notepad.exe