Struct cassandra_cpp_sys::CassLogMessage_ [] [src]

#[repr(C)]
pub struct CassLogMessage_ { pub time_ms: cass_uint64_t, pub severity: CassLogLevel, pub file: *const c_char, pub line: c_int, pub function: *const c_char, pub message: [c_char; 1024], }

A log message.

Fields

The millisecond timestamp (since the Epoch) when the message was logged

< The severity of the log message

< The file where the message was logged

< The line in the file where the message was logged

< The function where the message was logged

< The message

Trait Implementations

impl Copy for CassLogMessage_
[src]

impl Clone for CassLogMessage_
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more