github.com/jackc/pgx/v4.Conn.shouldLog (method)
15 uses
github.com/jackc/pgx/v4 (current package)
batch.go#L72: if br.conn.shouldLog(LogLevelError) {
batch.go#L85: if br.conn.shouldLog(LogLevelError) {
batch.go#L92: } else if br.conn.shouldLog(LogLevelInfo) {
batch.go#L123: if br.conn.shouldLog(LogLevelError) {
batch.go#L159: if br.conn.shouldLog(LogLevelInfo) {
conn.go#L214: if c.shouldLog(LogLevelDebug) {
conn.go#L219: if c.shouldLog(LogLevelInfo) {
conn.go#L224: if c.shouldLog(LogLevelError) {
conn.go#L256: if c.shouldLog(LogLevelInfo) {
conn.go#L276: if c.shouldLog(LogLevelError) {
conn.go#L341: func (c *Conn) shouldLog(lvl LogLevel) bool {
conn.go#L412: if c.shouldLog(LogLevelError) {
conn.go#L418: if c.shouldLog(LogLevelInfo) {
copy_from.go#L157: if ct.conn.shouldLog(LogLevelInfo) {
copy_from.go#L161: } else if ct.conn.shouldLog(LogLevelError) {
![]() |
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. |