2023-Robot
Robot code for 2023 FRC season by Argos, FRC team #1756
Loading...
Searching...
No Matches
argos_lib::ArgosLogger Class Reference

Log to the console in a clean, repeatable manner. More...

#include <log.h>

Public Member Functions

 ArgosLogger ()=delete
 
 ArgosLogger (std::string tag)
 
void Log (LogLevel level, const char *fmt,...) const
 

Private Attributes

std::string m_tag
 

Detailed Description

Log to the console in a clean, repeatable manner.

Constructor & Destructor Documentation

◆ ArgosLogger() [1/2]

argos_lib::ArgosLogger::ArgosLogger ( )
delete

◆ ArgosLogger() [2/2]

argos_lib::ArgosLogger::ArgosLogger ( std::string  tag)
inlineexplicit

Member Function Documentation

◆ Log()

void argos_lib::ArgosLogger::Log ( LogLevel  level,
const char *  fmt,
  ... 
) const
inline

Member Data Documentation

◆ m_tag

std::string argos_lib::ArgosLogger::m_tag
private

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