Tools.DebugLog
Appearance
| Environment: | Mission Scripting | |
|---|---|---|
| Function: | tools.DebugLog | |
| Function Description: | ||
| File Location: | cmm.tools.lua | |
| Syntax: | CMM.tools.DebugLog( string LogEntry ) | |
| Return Value: | nil | |
| Parameters: | Name | Description |
| LogEntry | String you want added to the log file | |
| Example: | CMM.tools.DebugLog("Look mum, i wrote something to the audit log!") | |
| Example Description: | ||
| Related Functions: | ||
| Notes: | ||