MCPcopy
hub / github.com/oauth2-proxy/oauth2-proxy / Error

Function Error

pkg/logger/logger.go:508–510  ·  view source on GitHub ↗

Error calls OutputErr to print to the standard logger's error channel. Arguments are handled in the manner of fmt.Print.

(v ...interface{})

Source from the content-addressed store, hash-verified

506// Error calls OutputErr to print to the standard logger's error channel.
507// Arguments are handled in the manner of fmt.Print.
508func Error(v ...interface{}) {
509 std.Output(ERROR, 2, fmt.Sprint(v...))
510}
511
512// Errorf calls OutputErr to print to the standard logger's error channel.
513// Arguments are handled in the manner of fmt.Printf.

Callers 3

GetEmailAddressMethod · 0.92
configureLoggerFunction · 0.92
convertMethod · 0.92

Calls 1

OutputMethod · 0.80

Tested by

no test coverage detected