Difference between revisions of "ISKernel:Log (Command)"
Jump to navigation
Jump to search
(5 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
{{CMD-DR|Log|Beginner|Beginner|Beginner|Beginner}} | {{CMD-DR|Log|Beginner|Beginner|Beginner|Beginner}} | ||
Log off|<filename> | Log off|<filename> | ||
− | == | + | == Forms == |
− | + | *Log <filename> - starts logging console text to <filename> | |
+ | *Log off - stops logging text to a file | ||
== Examples == | == Examples == | ||
− | Log console.txt | + | === Log console text to console.txt === |
+ | *Log console.txt | ||
;Output | ;Output | ||
Logging to console.txt | Logging to console.txt | ||
− | + | === Turn console logging off === | |
− | Log off | + | *Log off |
;Output | ;Output | ||
Line 20: | Line 22: | ||
== See Also == | == See Also == | ||
*[[LavishScript:Commands|LavishScript Commands]] | *[[LavishScript:Commands|LavishScript Commands]] | ||
− | + | [[Category:Inner Space Kernel]] | |
+ | [[Category:Inner Space Kernel Commands]] | ||
+ | |||
{{Command-Stub}} | {{Command-Stub}} | ||
[[Category:Inner Space]] | [[Category:Inner Space]] | ||
− | [[Category:Inner Space | + | [[Category:Inner Space Kernel]] |
− | [[Category:Inner Space | + | [[Category:Inner Space Kernel Commands]] |
Latest revision as of 04:53, 19 October 2005
Contents
Syntax
Log | |
Usage | Beginner |
Level of Understanding | Beginner |
Computer Savvy | Beginner |
Logic | Beginner |
Log off|<filename>
Forms
- Log <filename> - starts logging console text to <filename>
- Log off - stops logging text to a file
Examples
Log console text to console.txt
- Log console.txt
- Output
Logging to console.txt
Turn console logging off
- Log off
- Output
Console log disabled
See Also