MCPcopy
hub / github.com/influxdata/telegraf / Error

Method Error

logger.go:84–84  ·  view source on GitHub ↗

Error logs an error message, patterned after log.Print.

(args ...interface{})

Source from the content-addressed store, hash-verified

82 Errorf(format string, args ...interface{})
83 // Error logs an error message, patterned after log.Print.
84 Error(args ...interface{})
85 // Warnf logs a warning message, patterned after log.Printf.
86 Warnf(format string, args ...interface{})
87 // Warn logs a warning message, patterned after log.Print.

Callers 15

TestErrorCountingFunction · 0.65
WriteMethod · 0.65
PrintMethod · 0.65
ServeHTTPMethod · 0.65
ServeHTTPMethod · 0.65
ServeHTTPMethod · 0.65
TestCombinedOutputErrorFunction · 0.65
TestRunErrorFunction · 0.65
ErrorMethod · 0.65
ErrorMethod · 0.65
ErrorMethod · 0.65
ResolveLocalTCPAddressFunction · 0.65

Implementers 4

loggerlogger/logger.go
CaptureLoggertestutil/capturelog.go
Loggertestutil/log.go
LogAccumulatorplugins/outputs/postgresql/postgresql_

Calls

no outgoing calls

Tested by 15

TestErrorCountingFunction · 0.52
TestCombinedOutputErrorFunction · 0.52
TestRunErrorFunction · 0.52
TestParsingFunction · 0.52
TestCasesFunction · 0.52
TestResolverFunction · 0.52
TestGetResolverErrorsFunction · 0.52
TestAdditionalHeadersFunction · 0.52
TestServerReturnCodesFunction · 0.52