BIS fnc logFormatServer: Difference between revisions
Jump to navigation
Jump to search
m (sa) |
m (unified msg style) |
||
Line 7: | Line 7: | ||
|descr= Logs (using [[diag_log]]) a debug message ([[profileName]], [[getPlayerUID|playerUID]], [[Magic Variables#fnc_scriptName|_fnc_scriptName]], provided text) to '''server'''<nowiki/>'s [[Crash Files|.RPT]]. In singleplayer, [[BIS_fnc_logFormat]] is used. | |descr= Logs (using [[diag_log]]) a debug message ([[profileName]], [[getPlayerUID|playerUID]], [[Magic Variables#fnc_scriptName|_fnc_scriptName]], provided text) to '''server'''<nowiki/>'s [[Crash Files|.RPT]]. In singleplayer, [[BIS_fnc_logFormat]] is used. | ||
{{Feature|informative|[[Description.ext#allowFunctionsLog|allowFunctionsLog]] | {{Feature|informative|{{hl|[[Description.ext#allowFunctionsLog|allowFunctionsLog]]}} has to be set to '''1''' in [[Description.ext]] for this function to have any effect.}} | ||
|s1= [text, argument1, argument2, ...] call [[BIS_fnc_logFormatServer]] | |s1= [text, argument1, argument2, ...] call [[BIS_fnc_logFormatServer]] |
Latest revision as of 22:45, 30 December 2023
Description
- Description:
- Logs (using diag_log) a debug message (profileName, playerUID, _fnc_scriptName, provided text) to server's .RPT. In singleplayer, BIS_fnc_logFormat is used.
- Execution:
- call
- Groups:
- Diagnostic
Syntax
- Syntax:
- [text, argument1, argument2, ...] call BIS_fnc_logFormatServer
- Parameters:
- text: String or Anything - text using format standard (with %). Any non-String value will be converted (with str)
- argument1..n: Anything - same as format arguments - referenced in text as %1, %2 etc
- Return Value:
- Boolean - true when done
Examples
- Example 1:
Additional Information
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