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.



15
16
17
# File 'lib/appium_lib_core/common/logger.rb', line 15

def logger=(value)
  @logger = value
end