Expand description
Helpers to prevent progress bars from clobbering your console output.
Structs§
- A wrapper around
std::io::stdout()
orstd::io::stderr()
to ensure that output to either is not clobbered by active progress bars. This should be passed into tracing fmt’s layer so tracing log entries are not clobbered. - Marker for where the
IndicatifWriter
should write to. - Marker for where the
IndicatifWriter
should write to.
Traits§
Functions§
- Returns the stderr writer (equivalent to
get_stderr_writer
) of the registeredIndicatifLayer
for the current default tracing subscriber. - Returns the stdout writer (equivalent to
get_stdout_writer
) of the registeredIndicatifLayer
for the current default tracing subscriber.