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.



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

def logger=(value)
  @logger = value
end