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

Method Info

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

Source from the content-addressed store, hash-verified

9}
10
11func (a GoCronLoggerAdapter) Info(msg string, args ...any) {
12 a.Logger.Info(append([]any{msg}, args...)...)
13}
14
15func (a GoCronLoggerAdapter) Warn(msg string, args ...any) {
16 a.Logger.Warn(append([]any{msg}, args...)...)

Callers 3

FireMethod · 0.45
TestGCandDumpFunction · 0.45
TestShutdownBucketsFunction · 0.45

Calls

no outgoing calls

Tested by 2

TestGCandDumpFunction · 0.36
TestShutdownBucketsFunction · 0.36