Struct dvm_cli::config::LoggingOptions [−][src]
Fields
verbose: u8
Enables verbosity logging mode.
Sets level of verbosity, and can be used multiple times.
Overrides or extends values passed as the --log
parameter or DVM_LOG
environment variable.
To set maximum level of verbosity use -vvvv
.
log_filters: String
Log filters. The same as standard RUST_LOG environment variable. Possible values in verbosity ordering: error, warn, info, debug and trace. For complex filters see documentation: https://docs.rs/env_logger/#filtering-results
log_style: String
Log colors and other styles. The same as standard RUST_LOG_STYLE environment variable. Possible values in verbosity ordering: auto, always, never.
Trait Implementations
impl Clap for LoggingOptions
[src]
impl Clap for LoggingOptions
[src]pub fn parse() -> Self
[src]
pub fn try_parse() -> Result<Self, Error>
[src]
pub fn parse_from<I, T>(itr: I) -> Self where
T: Into<OsString> + Clone,
I: IntoIterator<Item = T>,
[src]
T: Into<OsString> + Clone,
I: IntoIterator<Item = T>,
pub fn try_parse_from<I, T>(itr: I) -> Result<Self, Error> where
T: Into<OsString> + Clone,
I: IntoIterator<Item = T>,
[src]
T: Into<OsString> + Clone,
I: IntoIterator<Item = T>,
impl Clone for LoggingOptions
[src]
impl Clone for LoggingOptions
[src]fn clone(&self) -> LoggingOptions
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Default for LoggingOptions
[src]
impl Default for LoggingOptions
[src]fn default() -> LoggingOptions
[src]
impl FromArgMatches for LoggingOptions
[src]
impl FromArgMatches for LoggingOptions
[src]fn from_arg_matches(matches: &ArgMatches) -> Self
[src]
impl IntoApp for LoggingOptions
[src]
impl IntoApp for LoggingOptions
[src]Auto Trait Implementations
impl RefUnwindSafe for LoggingOptions
impl Send for LoggingOptions
impl Sync for LoggingOptions
impl Unpin for LoggingOptions
impl UnwindSafe for LoggingOptions
Blanket Implementations
impl<T> Instrument for T
[src]
impl<T> Instrument for T
[src]pub fn instrument(self, span: Span) -> Instrumented<Self>
[src]
pub fn in_current_span(self) -> Instrumented<Self>
[src]
impl<T> Instrument for T
[src]
impl<T> Instrument for T
[src]pub fn instrument(self, span: Span) -> Instrumented<Self>
[src]
pub fn in_current_span(self) -> Instrumented<Self>
[src]
impl<T> IntoRequest<T> for T
[src]
impl<T> IntoRequest<T> for T
[src]pub fn into_request(self) -> Request<T>
[src]
impl<T> Same<T> for T
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
pub fn vzip(self) -> V
impl<T> WithSubscriber for T
[src]
impl<T> WithSubscriber for T
[src]pub fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
[src]
S: Into<Dispatch>,