log_debug
Debug level status message
Syntax
void log_debug(const std::string & msg)
Arguments
msg
The message to display in the system log.
Description
Use this function to log the message msg in the system log as debug log level. For an example, see Add Custom Messages to System Log.
Languages
C++
Include
#include "slrt_log.hpp"