Struct log_update::LogUpdate [] [src]

pub struct LogUpdate<W: Write> { /* fields omitted */ }

Main struct that holds the state for one Write stream

Methods

impl<W: Write> LogUpdate<W>
[src]

Create a new LogUpdate instance.

Update the log to the provided text.

Clear the logged output.

Persist the logged output. Useful if you want to start a new log session below the current one.

Trait Implementations

impl<W: Write> Drop for LogUpdate<W>
[src]

A method called when the value goes out of scope. Read more