MCPcopy Create free account
hub / github.com/Cyinx/einx / LogWarning

Function LogWarning

slog/slog_manager.go:83–85  ·  view source on GitHub ↗
(name string, format string, args ...interface{})

Source from the content-addressed store, hash-verified

81}
82
83func LogWarning(name string, format string, args ...interface{}) {
84 post_log(WARNING, true, name, format, args...)
85}
86
87func LogError(name string, format string, args ...interface{}) {
88 post_log(ERROR, true, name, format, args...)

Callers

nothing calls this directly

Calls 1

post_logFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…