|
VirtualFluids 0.2.0
Parallel CFD LBM Solver
|
#include <spdlog/spdlog.h>Go to the source code of this file.
Classes | |
| class | vf::logging::Logger |
Namespaces | |
| namespace | vf |
| namespace | vf::logging |
Macros | |
| #define | VF_LOG_TRACE(...) spdlog::trace(__VA_ARGS__) |
| #define | VF_LOG_DEBUG(...) spdlog::debug(__VA_ARGS__) |
| #define | VF_LOG_INFO(...) spdlog::info(__VA_ARGS__) |
| #define | VF_LOG_WARNING(...) spdlog::warn(__VA_ARGS__) |
| #define | VF_LOG_CRITICAL(...) spdlog::critical(__VA_ARGS__) |
| #define VF_LOG_CRITICAL | ( | ... | ) | spdlog::critical(__VA_ARGS__) |
| #define VF_LOG_DEBUG | ( | ... | ) | spdlog::debug(__VA_ARGS__) |
| #define VF_LOG_INFO | ( | ... | ) | spdlog::info(__VA_ARGS__) |
| #define VF_LOG_TRACE | ( | ... | ) | spdlog::trace(__VA_ARGS__) |
| #define VF_LOG_WARNING | ( | ... | ) | spdlog::warn(__VA_ARGS__) |