fn write_log<T: Display>(
out: FormatCallback<'_>,
level: T,
target: &str,
message: &Arguments<'_>,
)Expand description
Write to the log in the format we want for MUSE2
fn write_log<T: Display>(
out: FormatCallback<'_>,
level: T,
target: &str,
message: &Arguments<'_>,
)Write to the log in the format we want for MUSE2