MCPcopy Index your code
hub / github.com/shadowsocks/v2ray-plugin / logWarn

Function logWarn

log_android.go:67–69  ·  view source on GitHub ↗
(v ...interface{})

Source from the content-addressed store, hash-verified

65}
66
67func logWarn(v ...interface{}) {
68 (&androidLogger{}).Handle(&log.GeneralMessage{Severity: log.Severity_Warning, Content: fmt.Sprintln(v...)})
69}
70
71func logInfo(v ...interface{}) {
72 (&androidLogger{}).Handle(&log.GeneralMessage{Severity: log.Severity_Info, Content: fmt.Sprintln(v...)})

Callers

nothing calls this directly

Calls 1

HandleMethod · 0.80

Tested by

no test coverage detected