Log

From Scriptwiki
Revision as of 16:48, 6 April 2008 by Daveoh (talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Turns logging on and off for a window.

/log <on|off> <window> [-f filename]

If you specify a filename the logs file dialog is not popped up.

Example

/log

Echoes if the active window is being logged or not.

/log on

Turns on logging for the active window.

/log on @debug

Begins logging custom window @debug to $logdir based on your logging settings.

/log on @debug -f C:\log.txt

Logs custom window @debug to C:\log.txt (filename may be affected by logging options.)

See Also