package
5.7.2
Repository: https://github.com/jackc/pgx.git
Documentation: pkg.go.dev

# Functions

DefaultTraceLogConfig returns the default configuration for TraceLog.
LogLevelFromString converts log level string to constant Valid levels: trace debug info warn error none.

# Constants

The values for log levels are chosen such that the zero value means that no log level was specified.
The values for log levels are chosen such that the zero value means that no log level was specified.
The values for log levels are chosen such that the zero value means that no log level was specified.
The values for log levels are chosen such that the zero value means that no log level was specified.
The values for log levels are chosen such that the zero value means that no log level was specified.
The values for log levels are chosen such that the zero value means that no log level was specified.

# Structs

TraceLog implements pgx.QueryTracer, pgx.BatchTracer, pgx.ConnectTracer, and pgx.CopyFromTracer.
TraceLogConfig holds the configuration for key names.

# Interfaces

Logger is the interface used to get log output from pgx.

# Type aliases

LoggerFunc is a wrapper around a function to satisfy the pgx.Logger interface.
LogLevel represents the pgx logging level.