BIS fnc logFormat: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "{{informative" to "{{Informative") |
(better example with actual use of parameters) |
||
Line 14: | Line 14: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [Text, | | [Text, Parameters] call [[BIS_fnc_logFormat]]; |SYNTAX= | ||
|p1= '''Text''': [[String]] - Formatted message or first param |Parameter1= | |p1= '''Text''': [[String]] - Formatted message or first param |Parameter1= | ||
|p2= '''Parameters''': [[Any | |p2= '''Parameters''': [[Any]] values - Optional, additional parameters |PARAMETER2= | ||
Line 23: | Line 23: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <code>[" | |x1= <code>["My logged name: %1, My position: %2", name player, getPos player] call BIS_fnc_logFormat; | ||
{{codecomment|// RPT output:}} | |||
{{codecomment|// 12:34:56 "BIS_fnc_log: [BIS_fnc_debugConsoleExec] My logged name: Miller, My position: [4866.73,21947.9,0.00143433]"}}</code> |EXAMPLE1= | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ |
Revision as of 00:02, 29 December 2020
Description
- Description:
- Display debug message.
- Execution:
- call
- Groups:
- Diagnostic
Syntax
- Syntax:
- [Text, Parameters] call BIS_fnc_logFormat;
- Parameters:
- Text: String - Formatted message or first param
- Parameters: Any values - Optional, additional parameters
- Return Value:
- Boolean - true when done
Examples
- Example 1:
["My logged name: %1, My position: %2", name player, getPos player] call BIS_fnc_logFormat; // RPT output: // 12:34:56 "BIS_fnc_log: [BIS_fnc_debugConsoleExec] My logged name: Miller, My position: [4866.73,21947.9,0.00143433]"
Additional Information
- See also:
- BIS_fnc_log
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