Namespaces | Macros | Functions
logger.cpp File Reference
#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>
Include dependency graph for logger.cpp:

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)
 

Macro Definition Documentation

◆ SPDLOG_HEADER_ONLY

#define SPDLOG_HEADER_ONLY