macro_rules! debug3 {
($($arg:tt)*) => { ... };
}Expand description
Log to Postgres’ debug3 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 DEBUG3 level, depending on how the
PostgreSQL settings are configured.