MCPcopy Create free account
hub / github.com/dagger/dagger / Default

Function Default

engine/slog/slog.go:85–85  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

83}
84
85func Default() *Logger { return &Logger{slog.Default()} }
86
87// ctxKey is the context key for storing a Logger.
88type ctxKey struct{}

Callers 14

InstallDnsmasqFunction · 0.92
OpenMethod · 0.92
CloseMethod · 0.92
FromContextFunction · 0.70
WithFunction · 0.70
DebugFunction · 0.70
InfoFunction · 0.70
WarnFunction · 0.70
ErrorFunction · 0.70
ExtraDebugFunction · 0.70
TraceFunction · 0.70
invokeSrcFunction · 0.50

Calls 1

DefaultMethod · 0.80

Tested by

no test coverage detected