Arduino TinyFTP
All Classes Functions Pages
Static Public Member Functions | List of all members
ftp_client::FTPLogger Class Reference

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)
 

Detailed Description

FTPLogger To activate logging define the output stream e.g. with FTPLogger.setOutput(Serial); and (optionally) set the log level.

Author
Phil Schatzmann

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