Method: Framework::Application#logger=

Defined in:
lib/framework/application.rb

#logger=(value) ⇒ Object

Sets the attribute logger

Parameters:

  • value

    the value to set the attribute logger to.



12
13
14
# File 'lib/framework/application.rb', line 12

def logger=(value)
  @logger = value
end