72 static void logInfoFrom(std::string source, std::string message);
94 static void log(std::string message);
96 static std::mutex logMutex;
Definition: Logger.hpp:33
static void logErrorFrom(std::string source, std::string message)
static void logInfo(std::string message)
static void logWarning(std::string message)
static void logDebugFrom(std::string source, std::string message)
static void logWarningFrom(std::string source, std::string message)
static void logError(std::string message)
static void logDebug(std::string message)
static void logInfoFrom(std::string source, std::string message)
Definition: ArduinoDevice.hpp:27