logTable

Example by ChloeSpacedOut:
figura.docs.globals.log_table
overload 1:
logTable(table)
Method Property Fluent Description Representation
table accepts a table
Return Value a String
overload 2:
logTable(javaObject)
Method Property Fluent Description Representation
javaObject accepts an Userdata
Return Value a String
overload 3:
logTable(table, maxDepth)
Method Property Fluent Description Representation
table accepts a table
maxDepth accepts an Integer
Return Value a String
overload 4:
logTable(javaObject, maxDepth)
Method Property Fluent Description Representation
javaObject accepts an Userdata
maxDepth accepts an Integer
Return Value a String
overload 5:
logTable(table, maxDepth, silent)
Method Property Fluent Description Representation
table accepts a table
maxDepth accepts an Integer
silent accepts a Boolean
Return Value a String
overload 6:
logTable(javaObject, maxDepth, silent)
Method Property Fluent Description Representation
javaObject accepts an Userdata
maxDepth accepts an Integer
silent accepts a Boolean
Return Value a String
a a