// Copyright(c) 2015-present, Gabi Melman & spdlog contributors. // Distributed under the MIT License (http://opensource.org/licenses/MIT) #include #include #include int main() { spdlog::info("Welcome to spdlog!"); spdlog::error("Some error message with arg: {}", 1); }