CloseUserLog - Debug
Revision as of 08:08, 12 September 2012 by imported>JLundin
Member of: Debug Script
Closes the specified user log. If the log isn't open, it doesn't do anything. A subsequent call to OpenUserLog will cycle the logs on disk (so log 0 becomes 1, 1 becomes 2, etc).
Syntax
Function CloseUserLog(string asLogName) native global
Parameters
- asLogName: The name of the user log to close (case-insensitive).
Return Value
None
Examples
; Closes the "mySpecialLog" log
Debug.CloseUserLog("mySpecialLog")