Skip to content

Commit

Permalink
edit doc
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuxiujia committed Mar 9, 2024
1 parent 845531f commit 9cb9c42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ use parking_lot::Mutex;
/// ```
pub struct Config {
/// Each appender is responsible for printing its own business
/// every LogAppender have one thread(need Mutex) access this.
pub appends: SyncVec<Mutex<Box<dyn LogAppender>>>,
/// the log level filter
pub level: LevelFilter,
Expand Down

0 comments on commit 9cb9c42

Please sign in to comment.