type github.com/jackc/pgx/v4.LogLevel

10 uses

	github.com/jackc/pgx/v4 (current package)
		conn.go#L23: 	LogLevel LogLevel
		conn.go#L66: 	logLevel           LogLevel
		conn.go#L341: func (c *Conn) shouldLog(lvl LogLevel) bool {
		conn.go#L345: func (c *Conn) log(ctx context.Context, lvl LogLevel, msg string, data map[string]interface{}) {
		logger.go#L23: type LogLevel int
		logger.go#L25: func (ll LogLevel) String() string {
		logger.go#L47: 	Log(ctx context.Context, level LogLevel, msg string, data map[string]interface{})
		logger.go#L59: func LogLevelFromString(s string) (LogLevel, error) {
		rows.go#L91: 	shouldLog(lvl LogLevel) bool
		rows.go#L92: 	log(ctx context.Context, lvl LogLevel, msg string, data map[string]interface{})