Logger System 0.1.3
High-performance C++20 thread-safe logging system with asynchronous capabilities
Loading...
Searching...
No Matches
logger.cppm
Go to the documentation of this file.
1// BSD 3-Clause License
2// Copyright (c) 2025, 🍀☀🌕🌥 🌊
3// See the LICENSE file in the project root for full license information.
4
34export module kcenon.logger;
35
36// Import required dependencies
37import kcenon.common;
38
39// Re-export all partitions
40export import :core;
41export import :backends;
42export import :analysis;
43