Module: Faye::Logging

Included in:
Client, Dispatcher, Engine::Proxy, Extensible, RackAdapter, Server, Transport
Defined in:
lib/faye/mixins/logging.rb

Constant Summary collapse

LOG_LEVELS =
{
  :fatal  => 4,
  :error  => 3,
  :warn   => 2,
  :info   => 1,
  :debug  => 0
}