pub fn set_message_handler(handler: Option<Box<dyn MessageHandler>>)Expand description
Replaces the global message handler.
Pass None to restore the default stderr handler.
pub fn set_message_handler(handler: Option<Box<dyn MessageHandler>>)Replaces the global message handler.
Pass None to restore the default stderr handler.