Open topic with navigation
<viz>.logAlways
Logs an unblockable message.
| <viz>.logAlways( |
|
| *args |
| sep = ' ' |
| end = '\n' |
| ) |
|
*args
Variable number of arguments of any type
sep = ' '
String used to join arguments
end = '\n'
String added to end of joined arguments
Remarks
All the specified arguments will be converted to strings and concatentated together.
Return Value
None
Example
See also