spdlog

[full]

Fast C++ logging library.

Very fast, header-only/compiled, C++ logging library. ci  Build status Release

Install

Header-only version

Copy the include folder to your build tree and use a C++11 compiler.

Compiled version (recommended - much faster compile times)

$ git clone https://github.com/gabime/spdlog.git
$ cd spdlog && mkdir build && cd build
$ cmake .. && make -j

see example CMakeLists.txt on how to use.

Platforms

Package managers:

... More
license MIT
project spdlog
doc-url github.com/gabime/spdlog/wiki
src-url github.com/gabime/spdlog
topics loggingC++
8 Versions
version 1.12.0
repository https://pkg.cppget.org/1/stable
depends 1; fmt
requires 1; c++ >= 11
version 1.11.0+1
repository https://pkg.cppget.org/1/stable
depends 1; fmt
requires 1; c++ >= 11
version 1.10.0+3
repository https://pkg.cppget.org/1/stable
depends 1; fmt
requires 1; c++ >= 11
version 1.9.2+1
repository https://pkg.cppget.org/1/stable
depends 1; fmt
requires 1; c++ >= 11
version 1.9.1
repository https://pkg.cppget.org/1/stable
depends 1; fmt
requires 1; c++ >= 11
version 1.9.0
repository https://pkg.cppget.org/1/stable
depends 1; fmt
requires 1; c++ >= 11
version 1.8.3+1
repository https://pkg.cppget.org/1/stable
depends 1; fmt
requires 1; c++ >= 11
version 1.8.2+2
repository https://pkg.cppget.org/1/stable
depends 1; fmt
requires 1; c++ >= 11