PDI 1.9.0-alpha.2025-01-15
the PDI data interface
27#include <spdlog/spdlog.h>
28#if !defined(SPDLOG_FMT_EXTERNAL)
29#ifdef SPDLOG_HEADER_ONLY
30#ifndef FMT_HEADER_ONLY
31#define FMT_HEADER_ONLY
34#include <spdlog/fmt/bundled/core.h>
35#include <spdlog/fmt/bundled/format.h>
36#if FMT_VERSION >= 110000
37#include <spdlog/fmt/bundled/ranges.h>
41#include <fmt/format.h>
42#if FMT_VERSION >= 110000
43#include <fmt/ranges.h>