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

Function LogInfof

v2/pkg/runtime/log.go:74–78  ·  view source on GitHub ↗

LogInfof prints a Info level message

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

Source from the content-addressed store, hash-verified

72
73// LogInfof prints a Info level message
74func LogInfof(ctx context.Context, format string, args ...interface{}) {
75 msg := fmt.Sprintf(format, args...)
76 myLogger := getLogger(ctx)
77 myLogger.Info(msg)
78}
79
80// LogWarningf prints a Warning level message
81func LogWarningf(ctx context.Context, format string, args ...interface{}) {

Callers

nothing calls this directly

Calls 2

getLoggerFunction · 0.85
InfoMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…