MCPcopy Create free account
hub / github.com/foxcpp/maddy / Println

Method Println

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

Source from the content-addressed store, hash-verified

81}
82
83func (l *Logger) Println(val ...interface{}) {
84 l.log(false, l.formatMsg(strings.TrimRight(fmt.Sprintln(val...), "\n"), nil))
85}
86
87// Msg writes an event log message in a machine-readable format (currently
88// JSON).

Callers 15

initFunction · 0.80
RunFunction · 0.80
PrintlnFunction · 0.80
ConfigureMethod · 0.80
StartMethod · 0.80
ConfigureMethod · 0.80
setConfigMethod · 0.80
ConfigureMethod · 0.80
initFunction · 0.80
ReadPasswordFunction · 0.80
imapAcctListFunction · 0.80
hashCommandFunction · 0.80

Calls 2

logMethod · 0.95
formatMsgMethod · 0.95

Tested by

no test coverage detected