1. Home
  2. Browse
  3. plog

plog

v1.1.6#0Go to latest

Portable, simple and extensible C++ logging library.

Install

Run the following Vcpkg command to install the port.

vcpkg install plog

Usage

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})
See source

Version

v1.1.6#0

Publication

Supports

All

GitHub

SergiusTheBest/plog2.4K

Homepage

github.com/SergiusTheBest/plog

Subtree

d3d3c5738a

License

MPL-2.0

Definition

Manifest