Module: Climatic::Logger::Manager

Included in:
Climatic
Defined in:
lib/climatic/logger/manager.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#loggerObject

Returns the value of attribute logger.



9
10
11
# File 'lib/climatic/logger/manager.rb', line 9

def logger
  @logger
end

Instance Method Details

#puts_and_logs(*args, **options) ⇒ Object



11
12
13
# File 'lib/climatic/logger/manager.rb', line 11

def puts_and_logs(*args, **options)
  logger.puts_and_logs *args, **options
end