#ifndef MYX_LOG_SPDLOG_QT_HPP_ #define MYX_LOG_SPDLOG_QT_HPP_ #include #include #include namespace myx { namespace log { void spdlog_qt_message_handler( QtMsgType type, const QMessageLogContext& context, const QString& qMsg ); } // namespace log } // namespace myx #endif // ifndef MYX_LOG_SPDLOG_QT_HPP_