Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ericls/imgdd
/ GetLogger
Function
GetLogger
logging/logging.go:14–19 ·
view source on GitHub ↗
(name string)
Source
from the content-addressed store, hash-verified
12
}
13
14
func
GetLogger(name string) zerolog.Logger {
15
sublogger := log.With().
16
Str(
"logger"
, name).
17
Logger()
18
return
sublogger
19
}
Callers
11
main.go
File · 0.92
repo.go
File · 0.92
smtp_backend.go
File · 0.92
dummy_backend.go
File · 0.92
replication.go
File · 0.92
cleanup.go
File · 0.92
NewTestExternalServiceManager
Function · 0.92
logger.go
File · 0.92
migrate.go
File · 0.92
init
Function · 0.92
NewSessionPersister
Function · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected