Name Date Size #Lines LOC

..--

details/H25-Apr-2025-8,4236,159

fmt/H25-Apr-2025-5,8924,178

sinks/H25-Apr-2025-1,018731

README.mdH A D25-Apr-2025294 64

async_logger.hH A D25-Apr-20252.9 KiB7849

common.hH A D25-Apr-20252.8 KiB144102

formatter.hH A D25-Apr-2025942 4632

logger.hH A D25-Apr-20253.1 KiB9560

spdlog.hH A D25-Apr-20256.3 KiB17861

tweakme.hH A D25-Apr-20254.3 KiB1065

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