pub fn create_log_stream() -> Result<(LoggerStream, Handle), LoggerError>
Expand description

Creates a socket handle for stdout/stderr and hooks it to a file handle. It also wraps the socket into stream and returns it back.