MCPcopy
hub / github.com/deepops-ai/deepops / Bg

Method Bg

backend/pkg/log/factory.go:38–40  ·  view source on GitHub ↗

Bg creates a context-unaware logger.

()

Source from the content-addressed store, hash-verified

36
37// Bg creates a context-unaware logger.
38func (b Factory) Bg() Logger {
39 return wrapper(b)
40}
41
42// For returns a context-aware Logger. If the context
43// contains a span, all logging calls are also

Callers 1

ForMethod · 0.95

Calls 1

wrapperStruct · 0.85

Tested by

no test coverage detected