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