-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
log: set stderr as default log output, add .set_output_stream() (#23296)
- Loading branch information
1 parent
84baf4d
commit a47b729
Showing
4 changed files
with
40 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,28 @@ | ||
[vlib/v/slow_tests/inout/dump_expression.vv:5] 1: 1 | ||
[vlib/v/slow_tests/inout/dump_expression.vv:10] 'a': a | ||
[vlib/v/slow_tests/inout/dump_expression.vv:34] a: Aa{ | ||
log: &log.Logger(log.Log{ | ||
level: disabled | ||
output_label: '' | ||
ofile: os.File{ | ||
cfile: 0 | ||
fd: 0 | ||
is_opened: false | ||
} | ||
output_target: console | ||
time_format: tf_rfc3339_micro | ||
custom_time_format: 'MMMM Do YY N kk:mm:ss A' | ||
short_tag: false | ||
always_flush: false | ||
output_file_name: '' | ||
}) | ||
[vlib/v/slow_tests/inout/dump_expression.vv:4] 1: 1 | ||
[vlib/v/slow_tests/inout/dump_expression.vv:9] 'a': a | ||
[vlib/v/slow_tests/inout/dump_expression.vv:33] a: Aa{ | ||
cmd: &os.Command{ | ||
f: 0 | ||
eof: false | ||
exit_code: 0 | ||
path: '' | ||
redirect_stdout: false | ||
} | ||
} | ||
[vlib/v/slow_tests/inout/dump_expression.vv:35] p: Point{ | ||
[vlib/v/slow_tests/inout/dump_expression.vv:34] p: Point{ | ||
x: 1 | ||
y: 2 | ||
z: 3 | ||
} | ||
[vlib/v/slow_tests/inout/dump_expression.vv:36] p_mut: Point{ | ||
[vlib/v/slow_tests/inout/dump_expression.vv:35] p_mut: Point{ | ||
x: 1 | ||
y: 2 | ||
z: 3 | ||
} | ||
[vlib/v/slow_tests/inout/dump_expression.vv:37] p_ptr: &Point{ | ||
[vlib/v/slow_tests/inout/dump_expression.vv:36] p_ptr: &Point{ | ||
x: 1 | ||
y: 2 | ||
z: 3 | ||
} | ||
[vlib/v/slow_tests/inout/dump_expression.vv:48] os.file_name(vfile): dump_expression.vv | ||
[vlib/v/slow_tests/inout/dump_expression.vv:51] f.read(mut buf): 10 | ||
[vlib/v/slow_tests/inout/dump_expression.vv:47] os.file_name(vfile): dump_expression.vv | ||
[vlib/v/slow_tests/inout/dump_expression.vv:50] f.read(mut buf): 10 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters