Method: FastlaneCore::Interface#verbose
- Defined in:
- fastlane_core/lib/fastlane_core/ui/interface.rb
#verbose(_message) ⇒ Object
Level Verbose: Print out additional information for the
users that are interested. Will only be printed when
FastlaneCore::Globals.verbose? = true
By default those messages are shown in white
71 72 73 |
# File 'fastlane_core/lib/fastlane_core/ui/interface.rb', line 71 def verbose() not_implemented(__method__) end |