MCPcopy Create free account
hub / github.com/labstack/gommon / Warnf

Function Warnf

log/log.go:308–310  ·  view source on GitHub ↗
(format string, args ...interface{})

Source from the content-addressed store, hash-verified

306}
307
308func Warnf(format string, args ...interface{}) {
309 global.Warnf(format, args...)
310}
311
312func Warnj(j JSON) {
313 global.Warnj(j)

Callers

nothing calls this directly

Calls 1

WarnfMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…