Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 417 Bytes

File metadata and controls

8 lines (6 loc) · 417 Bytes

Cpp wrapper for spdlog

This project is wrapper around spdlog logging library with some string formatting template functions.

Prerequisites

Pre-installed spdlog

Usage

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.