From 23adeef445df02d21af899c6c8cd9cc9a5e57eaf Mon Sep 17 00:00:00 2001 From: Paulus Lucas Date: Thu, 9 Jan 2020 22:25:10 +0100 Subject: [PATCH] Update Readme The logger isn't thread safe --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4b2b9bd..3d61d35 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Simple Logger C#.NET ============= -Very easy to use. +Very easy to use. (This logger is not THREAD safe !) Usage ------- @@ -125,4 +125,4 @@ Modules Logger.Modules.Install(new MsSqlDatabaseLoggerModule(connectionString)); Logger.Log("My first database log! "); } -``` \ No newline at end of file +```