Method: Compass::Logger#emit

Defined in:
lib/compass/logger.rb

#emit(msg) ⇒ Object

Emit a log message without a trailing newline



108
109
110
111
# File 'lib/compass/logger.rb', line 108

def emit(msg)
  print msg
  $stdout.flush
end