arduino-emulator
Public Member Functions | Protected Attributes | List of all members
FTPLoggerImpl Class Reference

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

#include <TinyFTPClient.h>

Public Member Functions

FTPLogLevel getLogLevel ()
 
void setLogger (Stream &out, FTPLogLevel level=LOG_INFO)
 
void writeLog (FTPLogLevel level, const char *module, const char *msg=nullptr)
 

Protected Attributes

FTPLogLevel min_log_level = LOG_WARN
 
Streamout_ptr
 

Detailed Description

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


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