Struct sentry_types::protocol::v7::LogEntry[][src]

pub struct LogEntry {
    pub message: String,
    pub params: Vec<Value>,
}

Represents a log entry message.

A log message is similar to the message attribute on the event itself but can additionally hold optional parameters.

Fields

The log message with parameters replaced by %s

Positional parameters to be inserted into the log entry.

Trait Implementations

impl Default for LogEntry
[src]

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

impl Clone for LogEntry
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for LogEntry
[src]

Formats the value using the given formatter. Read more

impl PartialEq for LogEntry
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for LogEntry

impl Sync for LogEntry