Document log_output >stdout and >stderr.
Change-Id: I29631d9a6058fffff4d3a5b35329cc6a56ec1eea
This commit is contained in:
parent
ae25286c87
commit
7072f92513
|
@ -7702,8 +7702,9 @@ echo "Downloading kernel -- please wait"
|
||||||
@end deffn
|
@end deffn
|
||||||
|
|
||||||
@deffn Command log_output [filename]
|
@deffn Command log_output [filename]
|
||||||
Redirect logging to @var{filename};
|
Redirect logging to @var{filename}. If @var{filename} is >stdout or >stderr,
|
||||||
the initial log output channel is stderr.
|
then logging is redirected to stdout and stderr respectively.
|
||||||
|
The initial log output channel is stderr.
|
||||||
@end deffn
|
@end deffn
|
||||||
|
|
||||||
@deffn Command add_script_search_dir [directory]
|
@deffn Command add_script_search_dir [directory]
|
||||||
|
|
Loading…
Reference in New Issue