Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
140
func
(l *Logger) Print(i ...
interface
{}) {
141
l.log(0, fmt.Sprint(i...), false)
142
}
143
144
func
(l *Logger) Printf(format string, args ...
interface
{}) {
145
l.log(0, fmt.Sprintf(format, args...), false)
Callers
2
test
Function · 0.45
Print
Function · 0.45
Calls
1
log
Method · 0.95
Tested by
1
test
Function · 0.36