Bindings.log

Output the given text to log.

This is renderer dependent, because some renderers supply their own logging functionality, for example, Godot Engine.

interface Bindings
void
log

Parameters

text string

Text to output.

type LogType

Type of the log message.

Meta