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
default_logger.hpp File Reference

Platform-specific default logger alias. More...

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

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.
 

Detailed Description

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.

Typedef Documentation

◆ DefaultLogger

using utility::logging::DefaultLogger = typedef StandardLogger

Alias for the platform-specific default logger.

Definition at line 45 of file default_logger.hpp.