This is an automated email from the ASF dual-hosted git repository.

rmiddleton pushed a commit to branch LOGCXX-431
in repository https://gitbox.apache.org/repos/asf/logging-log4cxx.git

commit 6e725a7883743e1b3b4c0130aa0906c36ad96b84
Author: Robert Middleton <[email protected]>
AuthorDate: Fri Aug 20 23:26:48 2021 -0400

    Made documentation on logging threaded clearer
---
 src/site/markdown/threading.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/site/markdown/threading.md b/src/site/markdown/threading.md
index 045f319..6bf373e 100644
--- a/src/site/markdown/threading.md
+++ b/src/site/markdown/threading.md
@@ -22,8 +22,9 @@ Threading {#threading}
 -->
 # Threading Notes with Log4cxx
 
-Log4cxx is designed to be thread-safe under all circumstances.  However,
-this is not always the case.
+Log4cxx is designed to be thread-safe under under normal usage.  This
+means that logging itself is always thread-safe, however there are
+certain circumstances that can cause threading issues with Log4cxx.
 
 ## Unexpected Exit
 

Reply via email to