tree: 84aa8f5548fef60b725606ee6c52bfe94ae8928c [path history] [tgz]
  1. details/
  2. fmt/
  3. sinks/
  4. async_logger.h
  5. common.h
  6. formatter.h
  7. logger.h
  8. README.md
  9. spdlog.h
  10. tweakme.h
Source/GmmLib/Utility/GmmLog/spdlog/README.md

This library has been taken from https://github.com/gabime/spdlog under MIT license.

GmmLib is using this library for logging to a file, log to debugger (Windows), log to logcat (Android) and log to syslog (Linux) with format similar to python print() under Debug and Release Internal modes.