Module: Appium::Logger
- Extended by:
- Forwardable
- Defined in:
- lib/appium_lib_core/common/logger.rb
Class Attribute Summary collapse
-
.logger ⇒ Object
writeonly
Sets the attribute logger.
Class Attribute Details
.logger=(value) ⇒ Object
Sets the attribute logger
29 30 31 |
# File 'lib/appium_lib_core/common/logger.rb', line 29 def logger=(value) @logger = value end |