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

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