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{})
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |