| commit | cf60a8c5d5961b200e093f8c9984640e31cb967d | [log] [tgz] |
|---|---|---|
| author | Stephen Day <stevvooe@users.noreply.github.com> | Wed Nov 30 12:16:55 2016 -0800 |
| committer | GitHub <noreply@github.com> | Wed Nov 30 12:16:55 2016 -0800 |
| tree | f11229af81dbe63f15bb7e5503bbf53f9b52d38d | |
| parent | e400ff7861bce9661cf37c162ce3b7b303baf333 [diff] | |
| parent | 90915c932628aa7dcf3d926b4370c72b23bcdbb6 [diff] |
Merge pull request #449 from danielgtaylor-isp/patch-1 Fix typo in README
diff --git a/README.md b/README.md index f9cfb0a..ed1b140 100644 --- a/README.md +++ b/README.md
@@ -408,7 +408,7 @@ ... ``` -#### Thread safty +#### Thread safety By default Logger is protected by mutex for concurrent writes, this mutex is invoked when calling hooks and writing logs. If you are sure such locking is not needed, you can call logger.SetNoLock() to disable the locking.