MCPcopy Create free account
hub / github.com/couchbase/sync_gateway / Errorf

Method Errorf

base/logger_external.go:207–209  ·  view source on GitHub ↗
(fmt string, args ...interface{})

Source from the content-addressed store, hash-verified

205}
206
207func (CBGoUtilsLogger) Errorf(fmt string, args ...interface{}) {
208 logTo(context.TODO(), LevelError, KeyAll, "CBGoUtilsLogger: "+fmt, args...)
209}
210
211func (CBGoUtilsLogger) Warnf(fmt string, args ...interface{}) {
212 logTo(context.TODO(), LevelWarn, KeyAll, "CBGoUtilsLogger: "+fmt, args...)

Callers 15

statsToFileFunction · 0.80
getStatsFunction · 0.80
registerStatsFunction · 0.80
writeStatsFunction · 0.80
extractDelaysFunction · 0.80
TestAuthenticationSpeedFunction · 0.80
VerifySignatureMethod · 0.80
formatUsernameFunction · 0.80
getJWTClaimAsSetFunction · 0.80
verifyTokenMethod · 0.80
getIssuerWithAudienceFunction · 0.80

Calls 1

logToFunction · 0.85

Tested by 15

TestAuthenticationSpeedFunction · 0.64
TestConcurrentUserWritesFunction · 0.64
testlogwrappederrFunction · 0.64
TestIsValidChannelFunction · 0.64
TestRetryLoopFunction · 0.64
TestDeepCopyInefficientFunction · 0.64
TestIsDeltaErrorFunction · 0.64
TestInjectJSONPropertiesFunction · 0.64
TestBuildDeferredIndexesFunction · 0.64