Method: Compass::Logger#log

Defined in:
lib/compass/logger.rb

#log(msg) ⇒ Object

Emit a log message with a trailing newline



114
115
116
117
# File 'lib/compass/logger.rb', line 114

def log(msg)
  puts msg
  $stdout.flush
end