We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1685b87 + a8f0ada commit 1420ea5Copy full SHA for 1420ea5
src/core/core.go
@@ -210,4 +210,5 @@ type Logger interface {
210
Errorln(...interface{})
211
Debugf(string, ...interface{})
212
Debugln(...interface{})
213
+ Traceln(...interface{})
214
}
0 commit comments