1
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 3 hours ago.
Mar 03, 2025 — Mar 03, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
CMake final fix for MSVC More... almost 10 years ago
Cmake again More... almost 10 years ago
Another cmake fix More... almost 10 years ago
Using CMake3.4 option to export all symbols on Windows More... almost 10 years ago
Fixed several CMake problems on Windows More... almost 10 years ago
Renamed all classes and literals More... almost 10 years ago
Library is now licensed under Apache License 2.0 More... almost 10 years ago
Minor spelling corrections More... almost 10 years ago
Renamed library and updated README More... almost 10 years ago
Update README.md More... over 10 years ago
Update README.md More... over 10 years ago
Update Readme because of API changes More... over 10 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... over 10 years ago
New gitignore file More... over 10 years ago
Removed doxygen generated html documentation. Interested Users can create it themselves or we might add an option to cmake. More... over 10 years ago
Simplelogger constructor now has sane default values More... about 11 years ago
Added missing copyright headers to all source files. More... about 11 years ago
Merge branch 'master' of github.com:crapp/simplelogger More... about 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... about 11 years ago
Update README.md More... about 11 years ago
Merge branch 'master' of github.com:crapp/simplelogger More... almost 12 years ago
Signed-off-by: Christian Rapp <[email protected]> More... almost 12 years ago
Update README.md More... almost 12 years ago
Update README.md More... almost 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... almost 12 years ago
Removed unnecessary helpers header and moved methods for getting a formatted timestring from a time point to simplelogger class More... almost 12 years ago
Update README.md More... almost 12 years ago
Update README.md More... almost 12 years ago
Installing all header files More... almost 12 years ago
Updated doxygen html docu More... almost 12 years ago