[][src]Macro gdnative_common::godot_print

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

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