From 9cb9c421f2261c4efa9b965033b971996449b384 Mon Sep 17 00:00:00 2001 From: "zhuxiujia@qq.com" Date: Sun, 10 Mar 2024 00:48:18 +0800 Subject: [PATCH] edit doc --- src/config.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/config.rs b/src/config.rs index 36def66..e59085d 100644 --- a/src/config.rs +++ b/src/config.rs @@ -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>>, /// the log level filter pub level: LevelFilter,