Vizard 8 » Command Index » Vizard modules » viz » <viz>.logDebug
8.1

<viz>.logDebug

Logs a debug message.

<viz>.logDebug(  
*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

Remarks

All the specified arguments will be converted to strings and concatentated together.

Return Value

None

Example

viz.logDebug('debug message')

See also

<viz>.log
<viz>.logAlways
<viz>.logError
<viz>.logInfo
<viz>.logNotice
<viz>.logWarn
<viz>.setLogFile
<viz>.setLogLevel