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

Function LogError

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

Source from the content-addressed store, hash-verified

85}
86
87func LogError(name string, format string, args ...interface{}) {
88 post_log(ERROR, true, name, format, args...)
89}
90
91func DebugLevel() Level {
92 return Level(atomic.LoadUint32((*uint32)(&LOG_LEVEL)))

Callers 1

RecoverMethod · 0.85

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…