Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tuna/tunasync
/ MustGetLogger
Function
MustGetLogger
internal/logger.go:40–42 ·
view source on GitHub ↗
(name string)
Source
from the content-addressed store, hash-verified
38
}
39
40
func
MustGetLogger(name string) *Logger {
41
return
&Logger{name: name}
42
}
43
44
// InitLogger initializes logging format and level.
45
func
InitLogger(verbose, debug, withSystemd bool) {
Callers
3
TestLoggerMethodsWriteExpectedLevels
Function · 0.85
TestLoggerRespectsLevelFiltering
Function · 0.85
TestLoggerPanicMethods
Function · 0.85
Calls
no outgoing calls
Tested by
3
TestLoggerMethodsWriteExpectedLevels
Function · 0.68
TestLoggerRespectsLevelFiltering
Function · 0.68
TestLoggerPanicMethods
Function · 0.68