func()

in internal/logger/logger.go [125:127]


func (l *debugLogger) Warnln(args ...interface{}) {
	l.logln("WARN", args...)
}