CloseUserLog - Debug

Revision as of 16:26, 18 October 2011 by imported>Rhavlovick (1 revision: Clobber re-import by Henning)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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")

See Also