Searched refs:log_output (Results 1 – 4 of 4) sorted by relevance
129 let mut log_output = String::new(); in test_run_example_vm() localVariable130 assert_eq!(log_reader.read_to_string(&mut log_output)?, expected.len()); in test_run_example_vm()131 assert_eq!(log_output, expected); in test_run_example_vm()
49 pub fn new(is_debug: bool, is_verbose_debug: bool, log_output: &str) -> Self { in new()50 let is_stderr = log_output == "stderr"; in new()
40 let log_output = matches.value_of("log-output").unwrap_or("syslog"); in main() localVariable42 if log_output == "stderr" { in main()
94 let log_output = matches.value_of("log-output").unwrap_or("syslog"); in main() localVariable111 log_output, in main()