This project is wrapper around spdlog logging library with some string formatting template functions.
Pre-installed spdlog
Include Logger.h, call function initLogger function with logPath, verbose and logName. Library is fully static, once init is done you can call static function logInfo, logWarning and logError from anywhere.