Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/imroc/req
/ createDefaultLogger
Function
createDefaultLogger
logger.go:26–28 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
24
}
25
26
func
createDefaultLogger() Logger {
27
return
NewLogger(os.Stdout,
""
, log.Ldate|log.Lmicroseconds)
28
}
29
30
var
_ Logger = (*logger)(nil)
31
Callers
3
TestSetLogger
Function · 0.85
GetLogger
Method · 0.85
C
Function · 0.85
Calls
1
NewLogger
Function · 0.85
Tested by
1
TestSetLogger
Function · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…