1/// Single space separator used in log output formatting. 2pub const LOG_SPACE: &str = " "; 3 4/// Colon separator used between file path and line number. 5pub const LOG_COLON: &str = ":";