Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
details/ | H | 25-Apr-2025 | - | 8,423 | 6,159 | |
fmt/ | H | 25-Apr-2025 | - | 5,892 | 4,178 | |
sinks/ | H | 25-Apr-2025 | - | 1,018 | 731 | |
README.md | H A D | 25-Apr-2025 | 294 | 6 | 4 | |
async_logger.h | H A D | 25-Apr-2025 | 2.9 KiB | 78 | 49 | |
common.h | H A D | 25-Apr-2025 | 2.8 KiB | 144 | 102 | |
formatter.h | H A D | 25-Apr-2025 | 942 | 46 | 32 | |
logger.h | H A D | 25-Apr-2025 | 3.1 KiB | 95 | 60 | |
spdlog.h | H A D | 25-Apr-2025 | 6.3 KiB | 178 | 61 | |
tweakme.h | H A D | 25-Apr-2025 | 4.3 KiB | 106 | 5 |
README.md
1This library has been taken from https://github.com/gabime/spdlog under MIT license. 2 3GmmLib is using this library for logging to a file, log to debugger (Windows), 4log to logcat (Android) and log to syslog (Linux) with format similar to python print() 5under Debug and Release Internal modes. 6