Functions
Logging

Functions

spdlog::logger & rmm::logger ()
 Returns the global RMM logger. More...
 

Detailed Description

Function Documentation

◆ logger()

spdlog::logger& rmm::logger ( )
inline

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.