MCPcopy
hub / github.com/lni/dragonboat / Panicf

Method Panicf

logger/logger.go:55–55  ·  view source on GitHub ↗
(format string, args ...interface{})

Source from the content-addressed store, hash-verified

53 Warningf(format string, args ...interface{})
54 Errorf(format string, args ...interface{})
55 Panicf(format string, args ...interface{})
56}
57
58// SetLoggerFactory sets the factory function used to create ILogger instances.

Callers 15

workerPoolMainMethod · 0.65
loadNodesMethod · 0.65
completedMethod · 0.65
canScheduleMethod · 0.65
setIdleMethod · 0.65
setBusyMethod · 0.65
startSavingMethod · 0.65
startRecoveringMethod · 0.65
startMethod · 0.65
workerPoolMainMethod · 0.65
timedWaitMethod · 0.65
completedMethod · 0.65

Implementers 3

capnsLoglogger/capnslogger.go
dragonboatLoggerlogger/logger.go
nullLoggerlogger/logger.go

Calls

no outgoing calls

Tested by 3

doGetTestRaftNodesFunction · 0.52
getSnapshotMethod · 0.52
AppendMethod · 0.52