Enum cubeb::LogLevel [] [src]

pub enum LogLevel {
    Disabled,
    Normal,
    Verbose,
}

Level (verbosity) of logging for a particular cubeb context.

Variants

Logging disabled

Logging lifetime operation (creation/destruction).

Verbose logging of callbacks, can have performance implications.

Trait Implementations

impl Ord for LogLevel
[src]

[src]

impl Copy for LogLevel
[src]

impl Clone for LogLevel
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl From<u32> for LogLevel
[src]

impl PartialEq<LogLevel> for LogLevel
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Debug for LogLevel
[src]

[src]

Formats the value using the given formatter.

impl Eq for LogLevel
[src]

impl PartialOrd<LogLevel> for LogLevel
[src]

[src]