pub(crate) trait LogTarget {
// Required method
fn log_target(&self) -> &'static str;
}Expand description
Get the log target for an event, as a static string.
pub(crate) trait LogTarget {
// Required method
fn log_target(&self) -> &'static str;
}Get the log target for an event, as a static string.