Enum libeko::MessageType [] [src]

pub enum MessageType {
    Error,
    Info,
    Performance,
    Tracking,
    System,
}

The type field that describes the message.

Variants

Any message that should be associated with a non-normal action or situation that the system processed.

Any message that should be associated with a normal action or situation that the system processed.

Any message that associates speed or time taken with which any action or situation that the system processed.

Any message that tries to correlate two (or more) events or data points that is not associated.

Internally used for client machine performance data (CPU utilization, JVM heap usage, ect)

Trait Implementations

impl Default for Type
[src]

[src]

Returns the "default value" for a type. Read more

impl Serialize for Type
[src]

[src]

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

impl Send for MessageType

impl Sync for MessageType