Arduino Posix Filesystems
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Protected Attributes | List of all members
file_systems::FSLoggerClass Class Reference

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
 

Detailed Description

Logging class which supports multiple log levels.


The documentation for this class was generated from the following file: