|
Arduino TinyFTP
|
FTPLogger To activate logging define the output stream e.g. with FTPLogger.setOutput(Serial); and (optionally) set the log level. More...
#include <FTPLogger.h>
Static Public Member Functions | |
| static void | setLogLevel (LogLevel level) |
| static LogLevel | getLogLevel () |
| static void | setOutput (Stream &out) |
| static void | writeLog (LogLevel level, const char *module, const char *msg=nullptr) |
FTPLogger To activate logging define the output stream e.g. with FTPLogger.setOutput(Serial); and (optionally) set the log level.