Macro pgx_pg_sys::debug5

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

Log to Postgres’ debug5 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 DEBUG5 level, depending on how the PostgreSQL settings are configured.