MCPcopy
hub / github.com/robfig/cron / newBufLogger

Function newBufLogger

cron_test.go:37–39  ·  view source on GitHub ↗
(sw *syncWriter)

Source from the content-addressed store, hash-verified

35}
36
37func newBufLogger(sw *syncWriter) Logger {
38 return PrintfLogger(log.New(sw, "", log.LstdFlags))
39}
40
41func TestFuncPanicRecovery(t *testing.T) {
42 var buf syncWriter

Callers 2

TestFuncPanicRecoveryFunction · 0.85
TestJobPanicRecoveryFunction · 0.85

Calls 1

PrintfLoggerFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…