MCPcopy
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
40func MustGetLogger(name string) *Logger {
41 return &Logger{name: name}
42}
43
44// InitLogger initializes logging format and level.
45func InitLogger(verbose, debug, withSystemd bool) {

Calls

no outgoing calls