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

Method Info

pkg/appsec/coraza_logger.go:193–199  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

191}
192
193func (c *crzLogger) Info() dbg.Event {
194 if c.logLevel < log.InfoLevel {
195 return c.NewMutedEvt(log.InfoLevel)
196 }
197
198 return c.NewEvt(log.InfoLevel)
199}
200
201func (c *crzLogger) Warn() dbg.Event {
202 if c.logLevel < log.WarnLevel {

Callers 15

createAlertBatchMethod · 0.45
LoadParsersFunction · 0.45
initBasicMuxMockFunction · 0.45
SendMetricsMethod · 0.45
CAPIPullIsOldMethod · 0.45
PullTopMethod · 0.45
NewServerFunction · 0.45
initAPICMethod · 0.45
listenAndServeLAPIMethod · 0.45
InitPluginsMethod · 0.45
PullMethod · 0.45
NewAPIServerFunction · 0.45

Calls 2

NewMutedEvtMethod · 0.95
NewEvtMethod · 0.95

Tested by 3

initBasicMuxMockFunction · 0.36
NewAPIServerFunction · 0.36
NewAPITestForwardedForFunction · 0.36