Function maidsafe_utilities::log::init_to_server [] [src]

pub fn init_to_server<A: ToSocketAddrs>(server_addr: A,
                                        show_thread_name: bool,
                                        log_to_console: bool)
                                        -> Result<(), String>

Initialises the env_logger for output to a server and optionally to the console asynchronously.

For further details, see the module docs.