From 116487c1a22c479ec83ba2ee011b8a905363fbb9 Mon Sep 17 00:00:00 2001 From: copyandswap Date: Fri, 3 Feb 2023 00:28:29 +0200 Subject: [PATCH] test commit --- example/example.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/example/example.cpp b/example/example.cpp index 316a22b1..ee2c3218 100644 --- a/example/example.cpp +++ b/example/example.cpp @@ -31,6 +31,11 @@ void replace_default_logger_example(); #include "spdlog/cfg/env.h" // support for loading levels from the environment variable #include "spdlog/fmt/ostr.h" // support for user defined types +void test() +{ + spdlog::info("test: {}", 42); +} + int main(int, char *[]) { // Log levels can be loaded from argv/env using "SPDLOG_LEVEL"