Logs a warning message.
| <viz>.logWarn( | |
| *args | |
| sep = ' ' | # keyword argument |
| end = '\n' | # keyword argument |
)
*args
Variable number of arguments of any type
sep = ' '
String used to join arguments
end = '\n'
String added to end of joined arguments
All the specified arguments will be converted to strings and concatentated together.
None
<viz>.log
<viz>.logAlways
<viz>.logDebug
<viz>.logError
<viz>.logInfo
<viz>.logNotice
<viz>.setLogFile
<viz>.setLogLevel