Macro pgrx::notice

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

Log to Postgres’ notice log level.

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