Difference between revisions of "ISKernel:Log (Command)"

From Lavish Software Wiki
Jump to navigation Jump to search
 
 
(11 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
== Syntax ==
 
== Syntax ==
 +
{{CMD-DR|Log|Beginner|Beginner|Beginner|Beginner}}
 +
Log off|<filename>
 +
== Forms ==
 +
*Log <filename> - starts logging console text to <filename>
 +
*Log off - stops logging text to a file
  
== Description ==
+
== Examples ==
 +
=== Log console text to console.txt ===
 +
*Log console.txt
 +
 
 +
;Output
 +
 
 +
Logging to console.txt
 +
=== Turn console logging off ===
 +
*Log off
  
== Examples ==
+
;Output
 +
 
 +
Console log disabled
  
 
== See Also ==
 
== See Also ==
 
*[[LavishScript:Commands|LavishScript Commands]]
 
*[[LavishScript:Commands|LavishScript Commands]]
*[[IS:Session#Commands|Inner Space Session Commands]]
+
[[Category:Inner Space Kernel]]
 +
[[Category:Inner Space Kernel Commands]]
 +
 
 +
 
 +
{{Command-Stub}}
 +
[[Category:Inner Space]]
 +
[[Category:Inner Space Kernel]]
 +
[[Category:Inner Space Kernel Commands]]

Latest revision as of 04:53, 19 October 2005

Syntax

Command Difficulty Rating
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