MCPcopy Index your code
hub / github.com/koding/kite / Fatal

Method Fatal

logger.go:28–28  ·  view source on GitHub ↗

Fatal logs to the FATAL, ERROR, WARNING, INFO and DEBUG levels, including a stack trace of all running goroutines, then calls os.Exit(1).

(format string, args ...interface{})

Source from the content-addressed store, hash-verified

26 // including a stack trace of all running goroutines, then calls
27 // os.Exit(1).
28 Fatal(format string, args ...interface{})
29
30 // Error logs to the ERROR, WARNING, INFO and DEBUG level.
31 Error(format string, args ...interface{})

Callers 15

sendHeartbeatsMethod · 0.80
RunMethod · 0.80
UseTLSFileMethod · 0.80
TestMethod_ThrottlingFunction · 0.80
TestMethod_LatestFunction · 0.80
TestMethod_FirstFunction · 0.80
TestMethod_ErrorFunction · 0.80
TestMethod_BaseFunction · 0.80
TestContextFunction · 0.80
TestMultipleFunction · 0.80
TestSendErrorFunction · 0.80
TestConcurrencyFunction · 0.80

Calls

no outgoing calls

Tested by 15

TestMethod_ThrottlingFunction · 0.64
TestMethod_LatestFunction · 0.64
TestMethod_FirstFunction · 0.64
TestMethod_ErrorFunction · 0.64
TestMethod_BaseFunction · 0.64
TestContextFunction · 0.64
TestMultipleFunction · 0.64
TestSendErrorFunction · 0.64
TestConcurrencyFunction · 0.64
TestKiteFunction · 0.64
TestKite_MultipleDialFunction · 0.64
TestWebSocketProxyFunction · 0.64