Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gabime/spdlog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgabime <gmelman1@gmail.com>2019-12-21 19:08:42 +0300
committergabime <gmelman1@gmail.com>2019-12-21 19:08:42 +0300
commit15a9427112481bd8aa2b01cbaa3a09a2e0451a00 (patch)
tree4fb6082286177ece605b3be723f7a366deb4c2dd /include/spdlog/cfg/env.h
parent010b0e1d75c867bac2a978cef5b5d9c7547d996c (diff)
wip
Diffstat (limited to 'include/spdlog/cfg/env.h')
-rw-r--r--include/spdlog/cfg/env.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/spdlog/cfg/env.h b/include/spdlog/cfg/env.h
index 3700eeb7..9568f3bb 100644
--- a/include/spdlog/cfg/env.h
+++ b/include/spdlog/cfg/env.h
@@ -19,6 +19,7 @@
// turn off all logging except for logger1:
// export SPDLOG_LEVEL="off,logger1=debug"
//
+
// turn off all logging except for logger1 and logger2:
// export SPDLOG_LEVEL="off,logger1=debug,logger2=info"