//In the main program#include<mylibrary.h>#include<spdlog/logger.h>#include<spdlog/sinks/daily_file_sink.h>#include<spdlog/sinks/stdout_sinks.h>intmain() {//We assume that we load the library here...//Let's use the librarystd::vector<spdlog::sink_ptr> sinks; sinks.push_back(std:...
I created an example code on how to use your library with the c++20 source_location instead of your macros: #include <spdlog/spdlog.h> #include <experimental/source_location> #include <iostream> #include <string_view> namespace logging { using source_location = std::experimental::source_loca...
we do get an error in a form of a Message Box window (Windows complaining). We don’t have gcc installed on the host, so I don’t even expect that to work, but SonarLint to execute commands inside the docker container. But I’m not sure how should this be configured or should ...
You can use Homebrew (brew) to install, uninstall, and upgrade any of thousands of “formulae” (i.e. package definitions) from its core public repository, plus any tap repositories you care to use. You can also use the Homebrew cask facility (brew-cask) as a way to install, uninstall...
For a more complete IDE with debugger support, you may also use QtCreator. Installing it on Jetson is not straight forward however, check this post.Honey_Patouceul 2018 年5 月 24 日 20:23 5 @dusty_nv, Thanks for sharing this. I’ve been trying to install vscode on my R28.2-DP....
> vcpkg install spdlog:x64-windows-static You should see the following output: Installing spdlog static libraries We have now downloaded our library so lets configure Visual Studio to use it! 2. Configuring Visual Studio First, open Visual Studio 2019 and click on “Create a new project...
spdlog binaryen gnu-prolog monero sphinx-doc bind gnumeric mongo-c-driver spotbugs binutils gnupg mongo-cxx-driver sqlmap bit gnupg@1.4 mongodb sqoop bitcoin gnuradio mongodb@3.6 squid bitrise gnutls mongoose sratoolkit bitwarden-cli go-bindata mono ssh-copy-id blockhash go-jira mosquitto ssh-...
HCNet SDK example, this project show how to use hcnet sdk. 2. 3rdParty 2.1 HCNetSDK CH-HCNetSDKV6.0.2.35_build20190411_Win64 CH-HCNetSDKV6.0.2.35_build20190411_Linux64 2.2 spdlog https://github.com/gabime/spdlog Very fast, header-only/compiled, C++ logging library. Build Status ...
If buffer is iterable then #include "spdlog/fmt/bin_to_hex.h" and use spdlog::to_hex().Example:spdlog/example/example.cpp Lines 151 to 156 in cf6f1dd spdlog::info("Binary example: {}", spdlog::to_hex(buf)); spdlog::info("Another binary example:{:n}", spdlog::to_hex(std:...
manually downloaded from internet and uploaded to server then it comes Error: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.18' not found (required by /data/workspace/vscode-server-linux-x64/node_modules/spdlog/build/Release/spdlog.node) so it depends, advanced glibc, i have to upgrade...