Method: Graphiti.log
- Defined in:
- lib/graphiti.rb
.log(msg, color = :white, bold = false) ⇒ Object
84 85 86 87 |
# File 'lib/graphiti.rb', line 84 def self.log(msg, color = :white, bold = false) colored = ActiveSupport::LogSubscriber.new.send(:color, msg, color, bold) logger.debug(colored) end |