#include <cuml/common/callbackSink.hpp>
#include <cuml/common/logger.hpp>
#include <spdlog/sinks/stdout_color_sinks.h>
#include <spdlog/spdlog.h>
#include <algorithm>
#include <memory>
Namespaces | |
ML | |
Macros | |
#define | SPDLOG_HEADER_ONLY |
Functions | |
std::string | ML::format (const char *fmt, va_list &vl) |
std::string | ML::format (const char *fmt,...) |
int | ML::convert_level_to_spdlog (int level) |
#define SPDLOG_HEADER_ONLY |