Type Definition logid::log_id::LogId

source ·
pub type LogId = isize;
Expand description

Type to represent a LogId.

Note: Wrapper of isize for easier id <=> enum conversion.

Trait Implementations

Get the EventLevel of this log-id
Set an event for a LogId using the global LogIdMap reference [LOG_ID_MAP]. Read more
Set an event for a LogId using a given LogIdMap. Read more
Set an event for a LogId without adding it to a LogIdMap. Read more