Skip to content

Instantly share code, notes, and snippets.

@ahawkins
Created July 15, 2013 19:17
Show Gist options
  • Select an option

  • Save ahawkins/6002589 to your computer and use it in GitHub Desktop.

Select an option

Save ahawkins/6002589 to your computer and use it in GitHub Desktop.
class Logger
def log(msg)
EM.next_tick do
amqp_exchange.publish(msg)
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment