Macro pgx::debug4

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

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