flymake-log

flymake-log is a compiled Lisp function in `flymake.el'.

(flymake-log LEVEL TEXT &rest ARGS)

Log a message at level LEVEL.
If LEVEL is higher than `flymake-log-level', the message is
ignored. Otherwise, it is printed using `message'.
TEXT is a format control string, and the remaining arguments ARGS
are the string substitutions (see the function `format').