|
tin
1.5.9
|
Classes | |
| struct | Record |
Enumerations | |
| enum class | Kind : std::uint8_t { Event , Transition , GuardRejected , Action , Entry , Exit , Unhandled } |
| enum class | Level : std::uint8_t { Debug , Info , Warn , Error } |
|
strong |
Compact logging vocabulary for state-machine observations.
Logs should identify semantic events without requiring state or event names at runtime. The record therefore carries numeric IDs derived from compile-time metadata plus an optional tick supplied by the runtime.
| Enumerator | |
|---|---|
| Event | |
| Transition | |
| GuardRejected | |
| Action | |
| Entry | |
| Exit | |
| Unhandled | |
|
strong |