Module: Appium::Logger

Extended by:
Forwardable
Defined in:
lib/appium_lib_core/common/logger.rb

Class Attribute Summary collapse

Class Attribute Details

.logger=(value) ⇒ Object

Sets the attribute logger

Parameters:

  • value

    the value to set the attribute logger to.



29
30
31
# File 'lib/appium_lib_core/common/logger.rb', line 29

def logger=(value)
  @logger = value
end