Method: RunLoop.log_info2

Defined in:
lib/run_loop/logging.rb

.log_info2(msg) ⇒ Object

.log_info is already taken by the XTC logger. (>_O) green



64
65
66
# File 'lib/run_loop/logging.rb', line 64

def self.log_info2(msg)
  puts Color.green("INFO: #{msg}") if msg
end