Module: Icalia::Event::GRPCStdoutLogger
- Defined in:
- lib/icalia/event/publisher.rb
Constant Summary collapse
- LOGGER =
ActiveSupport::Logger.new(STDOUT)
Instance Method Summary collapse
Instance Method Details
#logger ⇒ Object
17 |
# File 'lib/icalia/event/publisher.rb', line 17 def logger; LOGGER; end |