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

Function Println

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

Source from the content-addressed store, hash-verified

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 10

RunFunction · 0.92
initDebugFunction · 0.92
InitDirsFunction · 0.92
ensureDirectoryWritableFunction · 0.92
ReadConfigFunction · 0.92
reinitLoggingFunction · 0.92
systemdStatusFunction · 0.92
systemdStatusErrFunction · 0.92
SetMethod · 0.92
initFunction · 0.92

Calls 1

PrintlnMethod · 0.80

Tested by

no test coverage detected