|
SubZero Common
Common library components for an FRC CommandRobot
|
Include dependency graph for ConsoleLogger.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | subzero::ConsoleLogger |
| Outputs formatted strings to stdout. More... | |
Namespaces | |
| namespace | subzero |
Macros | |
| #define | ConsoleWriter subzero::ConsoleLogger::getInstance() |
| #define | ConsoleInfo(key, fmt, ...) |
| Shortcut to log at the Logging::Level::Info level from a command composition. | |
| #define | ConsoleVerbose(key, fmt, ...) |
| Shortcut to log at the Logging::Level::Verbose level from a command composition. | |
| #define ConsoleInfo | ( | key, | |
| fmt, | |||
| ... ) |
Shortcut to log at the Logging::Level::Info level from a command composition.
Definition at line 79 of file ConsoleLogger.h.
| #define ConsoleVerbose | ( | key, | |
| fmt, | |||
| ... ) |
Shortcut to log at the Logging::Level::Verbose level from a command composition.
Definition at line 88 of file ConsoleLogger.h.
| #define ConsoleWriter subzero::ConsoleLogger::getInstance() |
Definition at line 73 of file ConsoleLogger.h.