MCPcopy Index your code
hub / github.com/foxcpp/maddy / Debugln

Function Debugln

framework/log/log.go:278–278  ·  view source on GitHub ↗
(val ...interface{})

Source from the content-addressed store, hash-verified

276
277func Debugf(format string, val ...interface{}) { DefaultLogger.Debugf(format, val...) }
278func Debugln(val ...interface{}) { DefaultLogger.Debugln(val...) }
279func Printf(format string, val ...interface{}) { DefaultLogger.Printf(format, val...) }
280func Println(val ...interface{}) { DefaultLogger.Println(val...) }

Callers 3

TLSCiphersDirectiveFunction · 0.92
TLSCurvesDirectiveFunction · 0.92
autoBufferModeFunction · 0.92

Calls 1

DebuglnMethod · 0.80

Tested by

no test coverage detected