RBControl
Library for the RB3201-RBControl board with the ESP32 by RoboticsBrno.
Namespaces | Functions
RBControl_logger.hpp File Reference
#include <iostream>
#include <string>
#include "logger/format.hpp"
#include "logger/logging.hpp"

Go to the source code of this file.

Namespaces

 rb
 The base namespace. Contains some logging functions, too.
 

Functions

template<typename... Args>
FormatString rb::log (int verbosity, const std::string &tag, const std::string &message, Args... args)
 
template<typename... Args>
FormatString rb::logPanic (const std::string &tag, const std::string &message, Args... args)
 
template<typename... Args>
FormatString rb::logError (const std::string &tag, const std::string &message, Args... args)
 
template<typename... Args>
FormatString rb::logWarning (const std::string &tag, const std::string &message, Args... args)
 
template<typename... Args>
FormatString rb::logInfo (const std::string &tag, const std::string &message, Args... args)
 
template<typename... Args>
FormatString rb::logDebug (const std::string &tag, const std::string &message, Args... args)