chronon::observe::FormatRegistrar
Helper for static-storage format registration.
#include <FormatRegistry.hpp>
Public Functions
| Name | |
|---|---|
| FormatRegistrar(std::string_view fmt, std::string_view file, uint32_t line, std::initializer_list< ArgType > arg_types, bool is_log =false, LogLevel level =LogLevel::Info) |
Public Attributes
| Name | |
|---|---|
| FormatId | id |
Public Functions Documentation
function FormatRegistrar
inline FormatRegistrar(
std::string_view fmt,
std::string_view file,
uint32_t line,
std::initializer_list< ArgType > arg_types,
bool is_log =false,
LogLevel level =LogLevel::Info
)
Public Attributes Documentation
variable id
FormatId id;
Updated on 2026-05-26 at 05:42:32 +0000