MCPcopy
hub / github.com/opencloud-eu/opencloud / Errorf

Method Errorf

services/nats/pkg/logging/nats.go:37–40  ·  view source on GitHub ↗

Errorf logs an error statement

(format string, v ...any)

Source from the content-addressed store, hash-verified

35
36// Errorf logs an error statement
37func (l *LogWrapper) Errorf(format string, v ...any) {
38 msg := fmt.Sprintf(format, v...)
39 l.logger.Error().Msg(msg)
40}
41
42// Debugf logs a debug statement
43func (l *LogWrapper) Debugf(format string, v ...any) {

Callers 15

CreateConfigFunction · 0.80
checkConfigPathFunction · 0.80
checkPosixfsConsistencyFunction · 0.80
gatherAttributesFunction · 0.80
setAllParentIDAttributesFunction · 0.80
updateOwnerIndexFileFunction · 0.80
removeAttributesFunction · 0.80
persistCertificateFunction · 0.80
persistKeyFunction · 0.80
TestEnsureExistsDirFunction · 0.80
TestPersistKeyFunction · 0.80
TestPersistCertificateFunction · 0.80

Calls 1

ErrorMethod · 0.45

Tested by 15

TestEnsureExistsDirFunction · 0.64
TestPersistKeyFunction · 0.64
TestPersistCertificateFunction · 0.64
TestTranslateStructFunction · 0.64
TestJailJoinFunction · 0.64
runMethod · 0.64
runMethod · 0.64
runMethod · 0.64
TestWalkSegmentsFunction · 0.64
TestStringToSliceStringFunction · 0.64
checkIdenticalFunction · 0.64