logNetwork: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " <dl class="command_description"> <!-- BEGIN Note Section --> <!-- END Note Section --> </dl>" to "")
m (Text replacement - "\{\{( *)Important( *)\|" to "{{$1Feature$2|$2important$2|")
Line 10: Line 10:


| Registers new log file recording a network traffic and returns handle of the log. The log file is saved inside the Arma 3 root folder.
| Registers new log file recording a network traffic and returns handle of the log. The log file is saved inside the Arma 3 root folder.
{{Important|[[logNetwork]] can potentially create a large log file.}}
{{Feature|important|[[logNetwork]] can potentially create a large log file.}}


| [[logNetwork]] logFile
| [[logNetwork]] logFile

Revision as of 03:11, 7 February 2021

Hover & click on the images for description

Description

Description:
Description needed
Groups:
MultiplayerDiagnosis

Syntax

Syntax:
Syntax needed
Parameters:
logFile: String - Where to store the log
filter: Array of strings - ????
Return Value:
Return value needed

Examples

Example 1:
_handle = logNetwork ["myLog.txt",[""]];

Additional Information

See also:
See also needed

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note