|
Arduino Posix Filesystems
|
Logging class which supports multiple log levels. More...
#include <LoggerFS.h>
Public Member Functions | |
| bool | begin (FSLogLevel_t l, Print &out) |
| start the logger | |
| void | log (FSLogLevel_t level, const char *fmt...) |
| Print log message. | |
Public Attributes | |
| FSLogLevel_t | logLevel = FSWarning |
Protected Attributes | |
| const char * | FS_log_msg [4] = {"Debug", "Info", "Warning", "Error"} |
| Print * | p_out = & Serial |
Logging class which supports multiple log levels.