Enum forc_tracing::TracingWriterMode
source · pub enum TracingWriterMode {
Stdio,
Stdout,
Stderr,
}
Variants§
Stdio
Write ERROR and WARN to stderr and everything else to stdout.
Stdout
Write everything to stdout.
Stderr
Write everything to stderr.
Trait Implementations§
source§impl PartialEq<TracingWriterMode> for TracingWriterMode
impl PartialEq<TracingWriterMode> for TracingWriterMode
source§fn eq(&self, other: &TracingWriterMode) -> bool
fn eq(&self, other: &TracingWriterMode) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.