MCPcopy Create free account
hub / github.com/DNAProject/DNA / Error

Function Error

common/log/log.go:293–295  ·  view source on GitHub ↗
(a ...interface{})

Source from the content-addressed store, hash-verified

291}
292
293func Error(a ...interface{}) {
294 Log.Error(a...)
295}
296
297func Fatal(a ...interface{}) {
298 Log.Fatal(a...)

Callers 15

HandleFunction · 0.92
StartMethod · 0.92
webSocketHandlerMethod · 0.92
initTlsListenMethod · 0.92
StartMethod · 0.92
StopMethod · 0.92
initTlsListenMethod · 0.92
createListenerFunction · 0.92
TLSDialFunction · 0.92
initNonTlsListenFunction · 0.92
initTlsListenFunction · 0.92
initMethod · 0.92

Calls 1

ErrorMethod · 0.65

Tested by 1

logPrintFunction · 0.68