diff --git a/usersguide.html b/usersguide.html
index 53ffbe3..3808323 100644
--- a/usersguide.html
+++ b/usersguide.html
@@ -28,6 +28,8 @@ Table of Contents
Integration
Mechanism
Configuring the Logger Implementation
+
Frequently Asked Questions
+
Is JCL Thread Safe?
JCL doesn't (and cannot) impose any requirement on thread safety on the underlying implementation and thus its SPI contract doesn't guarantee thread safety. However, JCL can be safely used a multi-threaded environment as long as the underlying implementation is thread-safe.
+ +It would be very unusual for a logging system to be thread unsafe. Certainly, JCL is thread safe when used with the distributed Log implementations.