macro_rules! println { ($($t:tt)*) => { ... }; }
Print some data to the server log.
This is similar to println! in Rust.
println!