Portable, simple and extensible C++ logging library.
Run the following Vcpkg command to install the port.
vcpkg install plog
The package plog is header only and can be used from CMake via:
find_path(PLOG_INCLUDE_DIRS "plog/Log.h") target_include_directories(main PRIVATE ${PLOG_INCLUDE_DIRS})
v1.1.6#0
Apr 18, 2022
All
SergiusTheBest/plog2.4K
github.com/SergiusTheBest/plog
d3d3c5738a
MPL-2.0
Manifest