forked from airgradienthq/arduino
[temporary commit]
This commit is contained in:
@@ -1,5 +1,19 @@
|
||||
#include "PrintLog.h"
|
||||
|
||||
/**
|
||||
* @brief Construct a new Print Log:: Print Log object
|
||||
*
|
||||
* @param log Log stream
|
||||
* @param tag Tag name
|
||||
*/
|
||||
PrintLog::PrintLog(Stream &log, String tag) : log(log), tag(tag)
|
||||
{
|
||||
}
|
||||
|
||||
PrintLog::~PrintLog()
|
||||
{
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief Print log info
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user