1
I Use This!
Inactive

Commits : Listings

Analyzed 23 days ago. based on code collected 24 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated doxygen documentation Fixed a compiler warning about initialization order More... almost 11 years ago
Update README.md More... almost 11 years ago
Update README.md More... almost 11 years ago
Major improvements for the logger lib. I added an optional background logger thread that uses a threadsafe queue. This way logging is much faster and your application will no longer block until the data is written to the streams. The disadvantage of this mode is the message might have a slight lag until they will be written. We have an internal representation of a log message now. The struct LogMessage was needed because of the background logger. The logger is now able to print a stacktrace for applications compiled with gcc or llvm. This not perfect yet especially there is no demangling for c++ implemented yet. But we need room for improvement ;) We now need to link the Library against the threading library More... almost 11 years ago
File was not saved before last commit :/ More... almost 11 years ago
Updated README because of logrotate and minimum required compiler ifdef for SIGUSR1, as this is only useful on __linux__ Added some basic code for multithreaded logging More... almost 11 years ago
Update README.md More... almost 11 years ago
Update README.md More... almost 11 years ago
Update README.md More... almost 11 years ago
Reorganized cmake files Added doxygen project file. This way you can build the documentation yourself. Fixed missing definition of getters and setters in SimpleLogger class. Added a tester that shows usage of SimpleLogger. Use -DBUILD_TEST=ON command line argument for CMake to build the tester command line application More... almost 11 years ago
Update README.md More... almost 11 years ago
Added doxygen generated source documentation as html Date Time Format is now configurable More... almost 11 years ago
Initial Import. This Logger was developed as part of dustPi. The development history can be found in that GIT repository More... almost 11 years ago