Drakulix / simplelog.rs

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

how do I config the logger to log only the actual message? #140

Closed lidh15 closed 9 months ago

lidh15 commented 9 months ago

in the doc it is said that: 1698215774187 but how do I config it so that the logger logs only the actual message?

lidh15 commented 9 months ago

okay, I should set max level Off and set time level Off, thank nobody