Class: Tailog::App

Inherits:
Sinatra::Base
  • Object
show all
Defined in:
lib/tailog.rb

Constant Summary collapse

ModeMap =
{
  "bash" => :server_hostname,
  "ruby" => :process_uuid
}