Enum npmrc::LogLevel [] [src]

pub enum LogLevel {
    Silent,
    Error,
    Warn,
    Notice,
    Http,
    Timing,
    Info,
    Verbose,
    Silly,
}

Npm's log levels.

Variants

No messages.

Log out error messages.

Log out warnings.

Log out notices.

Log out HTTP requests.

Log out timing information.

Log out a balanced amount of information.

Log out most things.

Log out everything.

Trait Implementations

impl Debug for LogLevel
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for LogLevel

impl Sync for LogLevel