Macro ft_sdk::println

source ยท
macro_rules! println {
    ($($t:tt)*) => { ... };
}
Expand description

Print some data to the server log.

This is similar to println! in Rust.