Background for Fallout 4
Member of the Debug script
voidfunctionCloseUserLog(stringasLogName)NativeGlobal

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


Additional References

View this function’s page on the Fallout 4 Creation Kit Wiki

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.