We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da938d4 commit c645f87Copy full SHA for c645f87
README.md
@@ -252,3 +252,5 @@ type Logging interface {
252
Debugf(message string, args ...interface{})
253
}
254
```
255
+
256
+For a customised logging target, you can implement the above interface and pass an instance of that implementation to the `Log` field.
0 commit comments