Formula Student Autonomous Systems
The code for the main driverless system
Loading...
Searching...
No Matches
Logger Class Reference

#include <logger.hpp>

Collaboration diagram for Logger:
Collaboration graph

Public Member Functions

void logInfo (std::string in)
 
void logWarning (std::string in)
 
void logError (std::string in)
 
void logFatal (std::string in)
 
void logDebug (std::string in)
 

Detailed Description

Definition at line 7 of file logger.hpp.

Member Function Documentation

◆ logDebug()

void Logger::logDebug ( std::string  in)
inline

Definition at line 18 of file logger.hpp.

◆ logError()

void Logger::logError ( std::string  in)
inline

Definition at line 14 of file logger.hpp.

◆ logFatal()

void Logger::logFatal ( std::string  in)
inline

Definition at line 16 of file logger.hpp.

◆ logInfo()

void Logger::logInfo ( std::string  in)
inline

Definition at line 10 of file logger.hpp.

◆ logWarning()

void Logger::logWarning ( std::string  in)
inline

Definition at line 12 of file logger.hpp.


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