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

Function LogInfo

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

Source from the content-addressed store, hash-verified

77}
78
79func LogInfo(name string, format string, args ...interface{}) {
80 post_log(INFO, false, name, format, args...)
81}
82
83func LogWarning(name string, format string, args ...interface{}) {
84 post_log(WARNING, 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…