Skip to main content

helios/util/log/_module.ixx File

Module exports for logging. More...

Included Headers

Description

Module exports for logging.

File Listing

The file content with the documentation metadata removed is:

1/**
2 * @file _module.ixx
3 * @brief Module exports for logging.
4 */
5
6/**
7 * @brief Logging system for debugging and diagnostics.
8 *
9 * @details This module provides logging functionality including logger instances,
10 * log management, and configurable output sinks for flexible log destinations.
11 */
12export module helios.util.log;
13
14export import helios.util.log.LogSink;
15export import helios.util.log.ConsoleSink;
16export import helios.util.log.Logger;
17export import helios.util.log.LogManager;

Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.15.0.