1
I Use This!
Inactive

Commits : Listings

Analyzed about 14 hours ago. based on code collected 1 day ago.
May 16, 2023 — May 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated doxygen documentation Fixed a compiler warning about initialization order More... about 10 years ago
Update README.md More... about 10 years ago
Update README.md More... about 10 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... about 10 years ago
File was not saved before last commit :/ More... about 10 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... about 10 years ago
Update README.md More... about 10 years ago
Update README.md More... about 10 years ago
Update README.md More... about 10 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... about 10 years ago
Update README.md More... about 10 years ago
Added doxygen generated source documentation as html Date Time Format is now configurable More... about 10 years ago
Initial Import. This Logger was developed as part of dustPi. The development history can be found in that GIT repository More... about 10 years ago