|
JBLogger
|
#include <Arduino.h>#include <stdarg.h>#include <string>Go to the source code of this file.
Classes | |
| class | JBLogger |
| Logging class. More... | |
Macros | |
| #define | ENABLE_STD_STRING |
| Comment this out to disable std::string support. | |
| #define | JBLOGGER_VERSION "1.0.5" |
| Version of the library. | |
| #define | MAX_MESSAGE_LENGTH 128 |
| Maximum length of a formatted log message. | |
Enumerations | |
| enum | LogLevel { LOG_LEVEL_NONE = 0 , LOG_LEVEL_ERROR , LOG_LEVEL_WARNING , LOG_LEVEL_INFO , LOG_LEVEL_DEBUG , LOG_LEVEL_TRACE } |
| Log levels. More... | |
| #define ENABLE_STD_STRING |
Comment this out to disable std::string support.
| #define JBLOGGER_VERSION "1.0.5" |
Version of the library.
| #define MAX_MESSAGE_LENGTH 128 |
Maximum length of a formatted log message.
| enum LogLevel |