Function mlzlog::set_thread_prefix

source ·
pub fn set_thread_prefix(prefix: impl Into<String>)
Expand description

Set logging prefix for the current thread.

This prefix is prepended to every log message from that thread.