-
Notifications
You must be signed in to change notification settings - Fork 0
Simple Asynchronous Multi-Threaded Logging Utility
License
ozansener/ULogger
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This code is implemented by using only the pthread. It simply creates a log file (text file) and write log messages to this file asynchronously. Multi-threading enables this tool to run without slowing down the main functions of the software. It is also thred-safe. To include this tool in your projcet, just include it and use it as shown in the main.cpp code. Also do not forget to link pthread to your solution.
About
Simple Asynchronous Multi-Threaded Logging Utility
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published