MCPcopy
hub / github.com/crowdsecurity/crowdsec / Debug

Method Debug

pkg/logging/cronlogger.go:7–9  ·  view source on GitHub ↗
(msg string, args ...any)

Source from the content-addressed store, hash-verified

5}
6
7func (a GoCronLoggerAdapter) Debug(msg string, args ...any) {
8 a.Logger.Debug(append([]any{msg}, args...)...)
9}
10
11func (a GoCronLoggerAdapter) Info(msg string, args ...any) {
12 a.Logger.Info(append([]any{msg}, args...)...)

Callers 4

pollEventsMethod · 0.45
PullOnceMethod · 0.45
FireMethod · 0.45
OnBucketPourMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected