# Functions
NewGoLogger returns a GoLogger wrapping the passed log.Logger.
NewGoTestingLoggerr returns a GoTestingLogger wrapping the passed testing.T.Log().
NewPgxLogAdapter returns a PgxLogAdapter wrapping the passed Logger.
# Structs
GoLogger wraps the builtin log.Logger into our own Logger.
GoTestingLogger wraps the builtin log.Logger into our own Logger.
PgxLogAdapter wraps anything that satisfies Logger into pgx.Logger.
# Interfaces
Logger provides a seemingly sane logging interface.