Corium 1.1.0
High-Performance Zero-Heap C++20 MPSC Application Runtime
Loading...
Searching...
No Matches
LogEvent.hpp File Reference

Zero-heap fixed-capacity inline buffer log event record. More...

#include <array>
#include <cstddef>
#include <cstdint>
#include <string_view>
#include "corium/logging/LogLevel.hpp"
+ Include dependency graph for LogEvent.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  corium::logging::LogEventT< MaxMessageLength >
 Zero-heap log event carrying fixed-size inline message buffer across MPSC event bus. More...
 

Namespaces

namespace  corium
 
namespace  corium::logging
 

Typedefs

using corium::logging::LogEvent = LogEventT< 256 >
 Default LogEvent alias with 256-byte inline buffer.
 

Detailed Description

Zero-heap fixed-capacity inline buffer log event record.