|
utility 2026.1.9
A comprehensive C++ utilities library tailored for the development of modern desktop and extended reality (XR) applications.
|
Standard output/error logger declaration. More...
#include "utility/logging/logger.hpp"

Go to the source code of this file.
Classes | |
| class | utility::logging::StandardLogger |
| Standard output/error logger implementation. More... | |
Namespaces | |
| namespace | utility |
| The utility namespace contains classes and functions for the utility project. | |
Standard output/error logger declaration.
Declares utility::StandardLogger, which routes INFO_LEVEL/DEBUG_LEVEL to stdout and WARNING_LEVEL/ERROR_LEVEL to stderr, with ANSI colors and enriched metadata.
Definition in file standard_logger.hpp.