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

Method Info

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

Info logs routine messages about cron's operation.

(msg string, keysAndValues ...interface{})

Source from the content-addressed store, hash-verified

19type Logger interface {
20 // Info logs routine messages about cron's operation.
21 Info(msg string, keysAndValues ...interface{})
22 // Error logs an error condition.
23 Error(err error, msg string, keysAndValues ...interface{})
24}

Callers 3

DelayIfStillRunningFunction · 0.65
SkipIfStillRunningFunction · 0.65
runMethod · 0.65

Implementers 1

printfLoggerlogger.go

Calls

no outgoing calls

Tested by

no test coverage detected