# File lib/puppet/util/log.rb, line 295
295:         def html_color(level, str)
296:             %{<span style="color: %s">%s</span>} % [@@colormap[level][:html], str]
297:         end