MrApe / logging

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Logging Code for PLRI Testing Workshop

Build

Build it with:

	c++ -std=c++11 -o log main.cpp -DLOG_LEVEL=4

The LOG_LEVEL define sets the log level (Error=1,Info,Debug,Trace=4).

About


Languages

Language:C++ 100.0%