utility 2026.1.9
A comprehensive C++ utilities library tailored for the development of modern desktop and extended reality (XR) applications.
Loading...
Searching...
No Matches
standard_logger.hpp File Reference

Standard output/error logger declaration. More...

Include dependency graph for standard_logger.hpp:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

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.