LogSink.ixx File
Abstract interface for log output destinations. More...
Included Headers
#include <string>
Namespaces Index
| namespace | helios |
| namespace | engine |
| namespace | util |
| namespace | log |
Classes Index
| class | helios::engine::util::log::LogSink |
Description
Abstract interface for log output destinations.
File Listing
The file content with the documentation metadata removed is:
11export namespace helios::engine::util::log {
17 Debug,
18 Info,
19 Warn,
20 Error
39 using SinkTypeId = const char*;
67 [[nodiscard]] virtual SinkTypeId typeId() const noexcept = 0;
83 virtual void flush() {}
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.