2023-Robot
Robot code for 2023 FRC season by Argos, FRC team #1756
|
#include <cstdarg>
#include <iostream>
#include <string>
#include "units/base.h"
Go to the source code of this file.
Classes | |
class | argos_lib::ArgosLogger |
Log to the console in a clean, repeatable manner. More... | |
Namespaces | |
namespace | argos_lib |
Enumerations | |
enum | argos_lib::LogLevel { argos_lib::INFO , argos_lib::ERR } |
Represents a log level of either information, or error. More... | |