Method: McBlocky::Logging#log_command

Defined in:
lib/mcblocky/logging.rb

#log_command(message) ⇒ Object



27
28
29
30
31
# File 'lib/mcblocky/logging.rb', line 27

def log_command(message)
  @@mutex.synchronize do
    puts "#{CYAN}#{BOLD}/#{message.chomp}#{RESET}"
  end
end