LogSink.ixx File
Abstract interface for log output destinations. More...
Included Headers
#include <string>
Namespaces Index
| namespace | helios |
| namespace | util |
|
Utility functions and helper classes. More... | |
| namespace | log |
|
Logging system with self-registering output sinks. More... | |
Classes Index
| class | helios::util::log::LogSink |
Description
Abstract interface for log output destinations.
File Listing
The file content with the documentation metadata removed is:
11export namespace helios::util::log {
39 using SinkTypeId = const char*;
67 [[nodiscard]] virtual SinkTypeId typeId() const noexcept = 0;
76 virtual void write(LogLevel level, const std::string& scope, const std::string& message) = 0;
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.15.0.