MCPcopy
hub / github.com/dapr/dapr / Errorf

Method Errorf

pkg/api/grpc/proxy/handler_test.go:923–925  ·  view source on GitHub ↗

Errorf logs to ERROR log. Arguments are handled in the manner of fmt.Printf.

(format string, args ...any)

Source from the content-addressed store, hash-verified

921
922// Errorf logs to ERROR log. Arguments are handled in the manner of fmt.Printf.
923func (t testingLog) Errorf(format string, args ...any) {
924 t.T.Errorf(format, args...)
925}
926
927// Fatal logs to ERROR log. Arguments are handled in the manner of fmt.Print.
928// gRPC ensures that all Fatal logs will exit with os.Exit(1).

Callers 15

getHostAddressFunction · 0.80
NewForConfigFunction · 0.80
ForResourceMethod · 0.80
NewFunction · 0.80
RunMethod · 0.80
runServerMethod · 0.80
ScheduleJobMethod · 0.80
DeleteJobMethod · 0.80
GetJobMethod · 0.80
ListJobsMethod · 0.80
DeleteByMetadataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected