MCPcopy Create free account
hub / github.com/Driver-C/tryssh / Error

Function Error

pkg/utils/logger.go:39–39  ·  view source on GitHub ↗

Error logs error messages at the Error level.

(args ...interface{})

Source from the content-addressed store, hash-verified

37func Warnln(args ...interface{}) { logger.Warnln(args...) }
38// Error logs error messages at the Error level.
39func Error(args ...interface{}) { logger.Error(args...) }
40// Errorf logs formatted error messages at the Error level.
41func Errorf(format string, args ...interface{}){ logger.Errorf(format, args...) }
42// Errorln logs error messages with a newline at the Error level.

Callers 1

TestErrorFunction · 0.85

Calls

no outgoing calls

Tested by 1

TestErrorFunction · 0.68