MCPcopy Index your code
hub / github.com/aceld/zinx / Errorf

Method Errorf

zlog/logger_core.go:288–293  ·  view source on GitHub ↗
(format string, v ...interface{})

Source from the content-addressed store, hash-verified

286}
287
288func (log *ZinxLoggerCore) Errorf(format string, v ...interface{}) {
289 if log.verifyLogIsolation(LogError) {
290 return
291 }
292 _ = log.OutPut(LogError, fmt.Sprintf(format, v...))
293}
294
295func (log *ZinxLoggerCore) Error(v ...interface{}) {
296 if log.verifyLogIsolation(LogError) {

Callers 9

ErrorfFunction · 0.80
ErrorFMethod · 0.80
ErrorFXMethod · 0.80
TestRemoveCbFunction · 0.80
TestFnv32Function · 0.80
NewIDWorkerFunction · 0.80
NextIDMethod · 0.80
TestCallbackFunction · 0.80

Calls 2

verifyLogIsolationMethod · 0.95
OutPutMethod · 0.95

Tested by 4

TestRemoveCbFunction · 0.64
TestFnv32Function · 0.64
TestCallbackFunction · 0.64