Method: Graphiti.debug

Defined in:
lib/graphiti_gql/graphiti_hax.rb

.debug(msg, color = :white, bold = false) ⇒ Object



604
605
606
# File 'lib/graphiti_gql/graphiti_hax.rb', line 604

def self.debug(msg, color = :white, bold = false)
  log(msg, color, bold, level: :debug)
end