pub fn get_subscriber(
mock_writer: MockWriter<'static>,
env_filter: &str,
) -> Dispatch
Expand description
Return a new subscriber that writes to the specified MockWriter
.
pub fn get_subscriber(
mock_writer: MockWriter<'static>,
env_filter: &str,
) -> Dispatch
Return a new subscriber that writes to the specified MockWriter
.