/// Escapes control characters and non-ASCII bytes in a string to `\xNN` notation.
///
/// This is useful for sanitizing log output to prevent control character injection.
/// A trait for formatting log records into string representations.
/// A formatter tailored for server-side log output.
;
/// A standard log formatter that produces a default textual representation.
;