macro_rules! log {
    ($($arg:tt)*) => { ... };
}
Expand description

Log to Postgres’ log log level.

This macro accepts arguments like the println and format macros. See fmt for information about options.

The output these logs goes to the PostgreSQL log file at LOG level, depending on how the PostgreSQL settings are configured.