MCPcopy
hub / github.com/wailsapp/wails / LogWarningf

Function LogWarningf

v2/pkg/runtime/log.go:81–85  ·  view source on GitHub ↗

LogWarningf prints a Warning level message

(ctx context.Context, format string, args ...interface{})

Source from the content-addressed store, hash-verified

79
80// LogWarningf prints a Warning level message
81func LogWarningf(ctx context.Context, format string, args ...interface{}) {
82 msg := fmt.Sprintf(format, args...)
83 myLogger := getLogger(ctx)
84 myLogger.Warning(msg)
85}
86
87// LogErrorf prints a Error level message
88func LogErrorf(ctx context.Context, format string, args ...interface{}) {

Callers

nothing calls this directly

Calls 2

getLoggerFunction · 0.85
WarningMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…