Class: Stoplight::Infrastructure::Notifier::Logger

Inherits:
Object
  • Object
show all
Includes:
Generic
Defined in:
lib/stoplight/infrastructure/notifier/logger.rb

Overview

See Also:

  • Base

Constant Summary

Constants included from Generic

Generic::DEFAULT_FORMATTER

Instance Attribute Summary

Attributes included from Generic

#formatter

Instance Method Summary collapse

Methods included from Generic

#initialize, #notify

Instance Method Details

#loggerObject



10
11
12
# File 'lib/stoplight/infrastructure/notifier/logger.rb', line 10

def logger
  @object
end

#put(message) ⇒ Object



14
15
16
# File 'lib/stoplight/infrastructure/notifier/logger.rb', line 14

def put(message)
  logger.warn(message)
end