The release-mode Godot-D assert handler redirects assert messages to the Godot error handlers and terminates the program.
The debug-mode Godot-D assert handler redirects assert messages to the Godot error handlers (including Debugger tab in editor and system console).
Print to Godot's console and stdout.
Integration with Godot editor's output and debugger tabs