MCPcopy
hub / github.com/dragonflyoss/dragonfly / Info

Method Info

internal/dflog/logger.go:271–276  ·  view source on GitHub ↗
(args ...any)

Source from the content-addressed store, hash-verified

269}
270
271func (log *SugaredLoggerOnWith) Info(args ...any) {
272 if !coreLogLevelEnabler.Enabled(zap.InfoLevel) {
273 return
274 }
275 CoreLogger.Infow(fmt.Sprint(args...), log.withArgs...)
276}
277
278func (log *SugaredLoggerOnWith) Warnf(template string, args ...any) {
279 if !coreLogLevelEnabler.Enabled(zap.WarnLevel) {

Calls

no outgoing calls

Tested by

no test coverage detected