Macro gdnative::godot_print[][src]

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

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