MCPcopy
hub / github.com/keploy/keploy / newRedactingCore

Function newRedactingCore

utils/log/logger.go:78–80  ·  view source on GitHub ↗
(c zapcore.Core)

Source from the content-addressed store, hash-verified

76}
77
78func newRedactingCore(c zapcore.Core) zapcore.Core {
79 return &redactingCore{Core: c}
80}
81
82// Inner returns the wrapped core. Used by callers that need to compose
83// new cores around the same redaction-aware structure (e.g. teeing on a

Callers 8

newConsoleLoggerFunction · 0.85
NewFunction · 0.85
reattachDebugFileSinkFunction · 0.85
ChangeLogLevelFunction · 0.85
RedirectToStderrFunction · 0.85
AddModeFunction · 0.85
ChangeColorEncodingFunction · 0.85
AddDebugFileSinkFunction · 0.85

Calls

no outgoing calls

Tested by 1

newConsoleLoggerFunction · 0.68