comment
This commit is contained in:
parent
4ccca079a5
commit
4a00590a1b
@ -4,6 +4,10 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
// lite logger - a lite wrapper around spdlog::logger shared_ptr pimpl
|
||||||
|
// main purpose is much faster compile time and very cheap copy and move.
|
||||||
|
// also supports printf format for even faster compile times (by avoiding variadic templates)
|
||||||
|
|
||||||
#include <memory>
|
#include <memory>
|
||||||
#include <string>
|
#include <string>
|
||||||
#include "spdlog/fmt/fmt.h"
|
#include "spdlog/fmt/fmt.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user