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