#pragma once #cmakedefine CPPLOGGING_HAS_CPPCORE #cmakedefine CPPLOGGING_HAS_NLOHMANN_JSON #ifdef CPPLOGGING_HAS_CPPCORE #include #define cpplogging_convert_cast ::cppcore::convert_cast #else #define cpplogging_convert_cast static_cast #endif