[][src]Function mlzlog::set_thread_prefix

pub fn set_thread_prefix(prefix: impl Into<String>)

Set logging prefix for the current thread.

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