#include <arduino_serial_error_handler.h>
|
| static void | log (const std::string &msg, ErrorLevel level) |
| |
| template<typename... Args> |
| static void | log (ErrorLevel level, Args &&...args) |
| |
| template<typename... Args> |
| static void | error (Args &&...args) |
| |
◆ error()
template<typename... Args>
| static void SerialErrorHandler::error |
( |
Args &&... |
args | ) |
|
|
inlinestatic |
◆ log() [1/2]
| static void SerialErrorHandler::log |
( |
const std::string & |
msg, |
|
|
ErrorLevel |
level |
|
) |
| |
|
inlinestatic |
◆ log() [2/2]
template<typename... Args>
| static void SerialErrorHandler::log |
( |
ErrorLevel |
level, |
|
|
Args &&... |
args |
|
) |
| |
|
inlinestatic |
The documentation for this class was generated from the following file: