- Found in:
- Vanilla
Description
Wiki Description
Closes the specified user log. If the log isn't open, it doesn't do anything. A subsequent call to Debug.OpenUserLog(...) will cycle the logs on disk (so log 0 becomes 1, 1 becomes 2, etc).
Documentation Comment
Closes the specified user log
Caveats
Parameters
stringasLogName
CK Wiki Description
The name of the user log to close (case-insensitive).
Examples
; Closes the "mySpecialLog" log
Debug.CloseUserLog("mySpecialLog")Auto-Generated Example
string myString__asLogName
Debug.CloseUserLog(myString__asLogName)Related Pages
- Debug
- Debug.OpenUserLog(...)
- Debug.TraceUser(...)
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
