MCPcopy
hub / github.com/aceld/zinx / Error

Method Error

zlog/logger_core.go:295–300  ·  view source on GitHub ↗
(v ...interface{})

Source from the content-addressed store, hash-verified

293}
294
295func (log *ZinxLoggerCore) Error(v ...interface{}) {
296 if log.verifyLogIsolation(LogError) {
297 return
298 }
299 _ = log.OutPut(LogError, fmt.Sprintln(v...))
300}
301
302func (log *ZinxLoggerCore) Fatalf(format string, v ...interface{}) {
303 if log.verifyLogIsolation(LogFatal) {

Callers 15

ErrorFunction · 0.80
TestCreatMapFunction · 0.80
TestSetFunction · 0.80
TestGetFunction · 0.80
TestHasFunction · 0.80
TestCountFunction · 0.80
TestRemoveFunction · 0.80
TestRemoveCbFunction · 0.80
TestPopFunction · 0.80
TestBufferedIteratorFunction · 0.80
TestClearFunction · 0.80
TestIterCbFunction · 0.80

Calls 2

verifyLogIsolationMethod · 0.95
OutPutMethod · 0.95

Tested by 15

TestCreatMapFunction · 0.64
TestSetFunction · 0.64
TestGetFunction · 0.64
TestHasFunction · 0.64
TestCountFunction · 0.64
TestRemoveFunction · 0.64
TestRemoveCbFunction · 0.64
TestPopFunction · 0.64
TestBufferedIteratorFunction · 0.64
TestClearFunction · 0.64
TestIterCbFunction · 0.64
TestItemsFunction · 0.64