# Functions
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.
# 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.