Define MRPT_UNSCOPED_LOGGER_START
Defined in File COutputLogger.h
Define Documentation
-
MRPT_UNSCOPED_LOGGER_START
For calling any
MRPT_LOG_*()macro from outside of an object inherited from COutputLogger. Debug level isDEBUGif build with_DEBUGpreprocessor flag,INFOotherwise. Use:MRPT_UNSCOPED_LOGGER_START; MRPT_LOG_WARN("blah"); MRPT_LOG_ERROR_STREAM("error: " << strval); MRPT_UNSCOPED_LOGGER_END;