[][src]Macro gdnative::godot_print

macro_rules! godot_print {
    ($ ($ args : tt) *) => { ... };
}

Print a message using the engine's logging system (visible in the editor).