|
utility 2026.1.9
A comprehensive C++ utilities library tailored for the development of modern desktop and extended reality (XR) applications.
|
Platform-specific default logger alias. More...
#include "utility/logging/standard_logger.hpp"

Go to the source code of this file.
Namespaces | |
| namespace | utility |
| The utility namespace contains classes and functions for the utility project. | |
Typedefs | |
| using | utility::logging::DefaultLogger = StandardLogger |
| Alias for the platform-specific default logger. | |
Platform-specific default logger alias.
On Android, DefaultLogger resolves to AndroidLogger. On all other platforms, it resolves to StandardLogger.
Definition in file default_logger.hpp.
| using utility::logging::DefaultLogger = typedef StandardLogger |
Alias for the platform-specific default logger.
Definition at line 45 of file default_logger.hpp.