use crateDeferredNow;
use Record;
/// Default way of writing the message to the syslog.
///
/// Just uses the `Display` implementation of `record.args()`.
///
/// # Errors
///
/// `std:io::Error` from writing to the given output stram.
/// Similar to `syslog_default_format`, but inserts the thread name in the beginning of the message,
/// encapsulated in square brackets.
///
/// # Errors
///
/// `std:io::Error` from writing to the given output stram.