2
0

Add trace logging

This commit is contained in:
Jack Christensen
2015-09-16 08:40:01 -05:00
parent a1aa06c934
commit 23c48c2f87
4 changed files with 78 additions and 8 deletions
+3 -2
View File
@@ -192,7 +192,8 @@ 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.
(http://gopkg.in/inconshreveable/log15.v2) satisfies this interface and it is
simple to define adapters for other loggers. Set LogLevel to control logging
verbosity.
*/
package pgx