Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/ChristianPanov/lwlog
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianPanov committed Apr 12, 2024
2 parents bad540a + e44fb0d commit 10b8eaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ int main()
## Thread-safety
Both the sinks and the logger classes expect a threading policy as a template parameter, which will determine whether they will be thread-safe or not.
However, if you want to use the convenience aliases mentioned above, you need to keep in mind they are not thread-safe.\
To facilitate ease of use while ensuring thread safety, ***lwlog.h*** offers thread-safe variants for all of its convenience aliases. These variants are distinguished by an ```_mt``` suffix in their names, indicating “multi-threaded” capability.\
To facilitate ease of use while ensuring thread safety, ***lwlog*** offers thread-safe variants for all of its convenience aliases. These variants are distinguished by an ```_mt``` suffix in their names, indicating “multi-threaded” capability.
## Logger configuration
Policy | Description
------------ | -------------
Expand Down

0 comments on commit 10b8eaf

Please sign in to comment.