Function maidsafe_utilities::log::init_with_output_file [] [src]

pub fn init_with_output_file<S>(
    show_thread_name: bool,
    output_file_name_override: S
) -> Result<(), String> where
    S: Into<String>, 

Initialises the env_logger for output to stdout and takes an output file name that will override the log configuration.

For further details, see the module docs.