From b78ae5ab100a9902564d3214bfb3982a86d7df68 Mon Sep 17 00:00:00 2001 From: gabime Date: Sun, 24 Mar 2019 01:50:56 +0200 Subject: [PATCH] comment --- lite/spdlite.h | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/lite/spdlite.h b/lite/spdlite.h index 425a762c..bb9972ee 100644 --- a/lite/spdlite.h +++ b/lite/spdlite.h @@ -4,9 +4,13 @@ #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) +// lite logger - a pimpl around spdlog::logger shared_ptr: +// much faster compile times. +// can be used as lib or separate compilation unit. +// very cheap copy and move. +// supports printf format for even faster compile (by avoiding variadic templates). +// +// see lite-example/ for usage. #include #include