Portable C++ logging library with simple and extensible design
Portable, simple and extensible C++ logging library
plog$ #include <plog/Log.h>$ plog::init(plog::debug, "output.log");$ PLOGD << "Debug message"; PLOGI << "Info message"; PLOGW << "Warning message";