openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
S
Simpleloggercpp
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
23 days
ago. based on code collected
24 days
ago.
Jan 29, 2024 — Jan 29, 2025
Showing page 4 of 4
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Updated doxygen documentation Fixed a compiler warning about initialization order
Christian Rapp
More...
almost 11 years ago
Update README.md
Christian Rapp
More...
almost 11 years ago
Update README.md
Christian Rapp
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
Christian Rapp
More...
almost 11 years ago
File was not saved before last commit :/
Christian Rapp
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
Christian Rapp
More...
almost 11 years ago
Update README.md
Christian Rapp
More...
almost 11 years ago
Update README.md
Christian Rapp
More...
almost 11 years ago
Update README.md
Christian Rapp
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
Christian Rapp
More...
almost 11 years ago
Update README.md
Christian Rapp
More...
almost 11 years ago
Added doxygen generated source documentation as html Date Time Format is now configurable
Christian Rapp
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
Christian Rapp
More...
almost 11 years ago
←
1
2
3
4
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree