2
0

Reduce Logger interface to Log method

This commit is contained in:
Jack Christensen
2016-08-02 14:42:31 -05:00
parent 04c02cf3d3
commit 390f75c0e1
7 changed files with 36 additions and 98 deletions
+1 -3
View File
@@ -202,9 +202,7 @@ connection.
Logging
pgx defines a simple logger interface. Connections optionally accept a logger
that satisfies this interface. The log15 package
(http://gopkg.in/inconshreveable/log15.v2) satisfies this interface and it is
simple to define adapters for other loggers. Set LogLevel to control logging
that satisfies this interface. Set LogLevel to control logging
verbosity.
*/
package pgx