Bits and Droids connector
Connect your microcontroller to handle MFS2020 commands.
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
Log Class Reference

#include <Log.h>

Public Member Functions

 Log (std::string logMessage, LogLevel logLevel, std::time_t logTime)
 
std::string getMessage () const
 
std::string getLevelString () const
 
std::string getTimeString () const
 

Private Attributes

std::string logMessage
 
LogLevel logLevel
 
std::time_t logTime
 

Constructor & Destructor Documentation

◆ Log()

Log::Log ( std::string  logMessage,
LogLevel  logLevel,
std::time_t  logTime 
)

Member Function Documentation

◆ getLevelString()

std::string Log::getLevelString ( ) const

◆ getMessage()

std::string Log::getMessage ( ) const

◆ getTimeString()

std::string Log::getTimeString ( ) const

Member Data Documentation

◆ logLevel

LogLevel Log::logLevel
private

◆ logMessage

std::string Log::logMessage
private

◆ logTime

std::time_t Log::logTime
private

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