uCon HomePage
Script Cmd: LOG
LOG [-d:n:] {on | off | append | screenon | screenoff | tag | trunc} [file to log to | tag string]
Options:
-d {0|1} enable (1) DOS mode file format.
-n {0|1} enable (1) logging non-printables.
Just as the menu supports logging, this command
allows logging to be enabled and/or disabled through script control.
- on: turn on logging and create file (truncate if file exists).
- off: turn off logging
- append: turn on logging and append to file (create if file doesn't exist).
- tag: add the tag string to the log file.
- trunc: truncate the active logging file.
- screenon/screenoff: turn on/off the writing of data that comes from the target to the console.