func Warningln()

in {{cookiecutter.component_id}}/log/log.go [216:218]


func Warningln(args ...interface{}) {
	defaultLogger.Warningln(args...)
}