Method: Logue::Writer#print

Defined in:
lib/logue/writer.rb


16
17
18
19
# File 'lib/logue/writer.rb', line 16

def print lstr, lvl
  str = lvlcol = @colors[lvl] ? lstr.color(lvlcol) : lstr
  @output.puts str
end