1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 3 days ago.
Sep 15, 2025 — Sep 15, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
CMake final fix for MSVC More... over 10 years ago
Cmake again More... over 10 years ago
Another cmake fix More... over 10 years ago
Using CMake3.4 option to export all symbols on Windows More... over 10 years ago
Fixed several CMake problems on Windows More... over 10 years ago
Renamed all classes and literals More... over 10 years ago
Library is now licensed under Apache License 2.0 More... over 10 years ago
Minor spelling corrections More... over 10 years ago
Renamed library and updated README More... over 10 years ago
Update README.md More... almost 11 years ago
Update README.md More... about 11 years ago
Update Readme because of API changes More... about 11 years ago
Bumped version number to 0.6.0 Changed compiler initialization code Added a config.h header file. All source files have been formatted with clang format No longer using a large switch case statement to determine which loglevel a log message has. Using a lookup map now. You can now use simpleLogger to write to the system log (syslog) on Unix systems Having introduced an INTERNAL message level that fixes a race condition in SimpleLogger destructor. More... about 11 years ago
New gitignore file More... about 11 years ago
Removed doxygen generated html documentation. Interested Users can create it themselves or we might add an option to cmake. More... about 11 years ago
Simplelogger constructor now has sane default values More... over 11 years ago
Added missing copyright headers to all source files. More... over 11 years ago
Merge branch 'master' of github.com:crapp/simplelogger More... over 11 years ago
Added the possibility to print the thread id from where the log message was issued. Only try to open logfile if print to logfile is enabled. PrintStacktrace now works in multithreading and standard mode More... over 11 years ago
Update README.md More... over 11 years ago
Merge branch 'master' of github.com:crapp/simplelogger More... over 12 years ago
Signed-off-by: Christian Rapp <[email protected]> More... over 12 years ago
Update README.md More... over 12 years ago
Update README.md More... over 12 years ago
All member variables are now threadsafe via separate mutexes. Access is only allowed via getters and setters. This slows down the logger a little bit Tester application improved. It measures the time for logging in normal mode and multithreading mode and prints the results. More... over 12 years ago
Removed unnecessary helpers header and moved methods for getting a formatted timestring from a time point to simplelogger class More... over 12 years ago
Update README.md More... over 12 years ago
Update README.md More... over 12 years ago
Installing all header files More... over 12 years ago
Updated doxygen html docu More... over 12 years ago