macro_rules! info { ($($arg:tt)*) => { ... }; }
Log to Postgres’ info log level.
info
This macro accepts arguments like the println and format macros. See fmt for information about options.
println
format
fmt