| Name | Date | Size | #Lines | LOC | ||
|---|---|---|---|---|---|---|
| .. | - | - | ||||
| details/ | 04-Jul-2025 | - | 8,423 | 6,159 | ||
| fmt/ | 04-Jul-2025 | - | 5,892 | 4,178 | ||
| sinks/ | 04-Jul-2025 | - | 1,018 | 731 | ||
| README.md | D | 04-Jul-2025 | 294 | 6 | 4 | |
| async_logger.h | D | 04-Jul-2025 | 2.9 KiB | 78 | 49 | |
| common.h | D | 04-Jul-2025 | 2.8 KiB | 144 | 102 | |
| formatter.h | D | 04-Jul-2025 | 942 | 46 | 32 | |
| logger.h | D | 04-Jul-2025 | 3.1 KiB | 95 | 60 | |
| spdlog.h | D | 04-Jul-2025 | 6.3 KiB | 178 | 61 | |
| tweakme.h | D | 04-Jul-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