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

Method ExtraDebug

engine/slog/slog.go:39–41  ·  view source on GitHub ↗
(msg string, args ...any)

Source from the content-addressed store, hash-verified

37}
38
39func (l *Logger) ExtraDebug(msg string, args ...any) {
40 l.Log(context.Background(), LevelExtraDebug, msg, args...)
41}
42
43func (l *Logger) ExtraDebugContext(ctx context.Context, msg string, args ...any) {
44 l.Log(ctx, LevelExtraDebug, msg, args...)

Callers 3

OpenMethod · 0.80
closeMethod · 0.80
ExtraDebugFunction · 0.80

Calls 2

LogMethod · 0.65
BackgroundMethod · 0.65

Tested by

no test coverage detected