Enum stackdriver_logger::StackdriverLogLevel [−][src]
pub enum StackdriverLogLevel {
Debug,
Info,
Notice,
Warning,
Error,
Critical,
Alert,
Emergency,
}Log levels available in Stackdriver
Variants
DebugInfoNoticeWarningErrorCriticalAlertEmergency
Trait Implementations
impl Debug for StackdriverLogLevel[src]
impl Debug for StackdriverLogLevelfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Display for StackdriverLogLevel[src]
impl Display for StackdriverLogLevelAuto Trait Implementations
impl Send for StackdriverLogLevel
impl Send for StackdriverLogLevelimpl Sync for StackdriverLogLevel
impl Sync for StackdriverLogLevel