MCPcopy
hub / github.com/v2rayA/v2rayA / logError

Function logError

service/server/controller/errorLogger.go:8–12  ·  view source on GitHub ↗
(err interface{})

Source from the content-addressed store, hash-verified

6)
7
8func logError(err interface{}) error {
9 e := fmt.Errorf("%v", err)
10 log.Error("%v", e)
11 return e
12}

Callers 15

PostLoginFunction · 0.85
PutAccountFunction · 0.85
PostAccountFunction · 0.85
WsMessageFunction · 0.85
DeleteTouchFunction · 0.85
PutTproxyWhiteIpGroupsFunction · 0.85
PatchSubscriptionFunction · 0.85
PutSubscriptionFunction · 0.85
PutDnsRulesFunction · 0.85
PostImportFunction · 0.85
PostOutboundFunction · 0.85
PutOutboundFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected