Module: Msgr
- Defined in:
- lib/msgr.rb,
lib/msgr/pool.rb,
lib/msgr/route.rb,
lib/msgr/client.rb,
lib/msgr/errors.rb,
lib/msgr/routes.rb,
lib/msgr/binding.rb,
lib/msgr/logging.rb,
lib/msgr/message.rb,
lib/msgr/version.rb,
lib/msgr/connection.rb,
lib/msgr/dispatcher.rb
Defined Under Namespace
Modules: Logging, VERSION
Classes: Binding, CausedByError, Client, Connection, ConnectionError, Dispatcher, Message, Pool, Route, Routes
Class Method Summary
collapse
Class Method Details
.logger ⇒ Object
22
23
24
25
26
|
# File 'lib/msgr.rb', line 22
def logger
@logger ||= Logger.new($stdout).tap do |logger|
logger.level = Logger::Severity::INFO
end
end
|
.publish ⇒ Object
32
33
34
|
# File 'lib/msgr.rb', line 32
def publish
end
|
.start ⇒ Object
28
29
30
|
# File 'lib/msgr.rb', line 28
def start
end
|