Logging

group logging

Functions

inline spdlog::logger &logger()

Returns the global RMM logger.

This is a spdlog logger. The easiest way to log messages is to use the RMM_LOG_* macros.

Returns:

spdlog::logger& The logger.