Struct pipe_logger_lib::PipeLogger[][src]

pub struct PipeLogger { /* fields omitted */ }

PipeLogger can help you stores, rotates and compresses logs.

Methods

impl PipeLogger
[src]

Create a new PipeLoggerBuilder.

Write a string. If the log is rotated, this method returns the renamed path.

Write a string with a new line. If the log is rotated, this method returns the renamed path.

Trait Implementations

impl Write for PipeLogger
[src]

Write UTF-8 data.

Flush this output stream, ensuring that all intermediately buffered contents reach their destination. Read more

Attempts to write an entire buffer into this write. Read more

Writes a formatted string into this writer, returning any error encountered. Read more

Creates a "by reference" adaptor for this instance of Write. Read more

Auto Trait Implementations

impl Send for PipeLogger

impl Sync for PipeLogger