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

Struct printfLogger

logger.go:38–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38type printfLogger struct {
39 logger interface{ Printf(string, ...interface{}) }
40 logInfo bool
41}
42
43func (pl printfLogger) Info(msg string, keysAndValues ...interface{}) {
44 if pl.logInfo {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected