MCPcopy Create free account
hub / github.com/labstack/gommon / Print

Method Print

log/log.go:140–142  ·  view source on GitHub ↗
(i ...interface{})

Source from the content-addressed store, hash-verified

138}
139
140func (l *Logger) Print(i ...interface{}) {
141 l.log(0, fmt.Sprint(i...), false)
142}
143
144func (l *Logger) Printf(format string, args ...interface{}) {
145 l.log(0, fmt.Sprintf(format, args...), false)

Callers 2

testFunction · 0.45
PrintFunction · 0.45

Calls 1

logMethod · 0.95

Tested by 1

testFunction · 0.36