/CLog

Simple thread-safe logging library written in C++11

Primary LanguageC++MIT LicenseMIT

CLog

Thread-safe logging library.

Getting Started

Just paste the Log.hpp file to your project.

Usage

You must define CLOG_IMPLEMENTATION in one of your source files, to use the library. For an example show main.cpp

License

This library is under the MIT License