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