Class: FastLane::FastlaneLogger
- Inherits:
-
Object
- Object
- FastLane::FastlaneLogger
- Defined in:
- lib/fastlane/plugin/apadmi_grout/utils/fastlane_logger.rb
Overview
A logger compatible with apadmi build tools that hooks into Fastlane's UI
Instance Method Summary collapse
Instance Method Details
#error(msg) ⇒ Object
8 9 10 |
# File 'lib/fastlane/plugin/apadmi_grout/utils/fastlane_logger.rb', line 8 def error(msg) FastlaneCore::UI.error(msg) end |
#message(msg) ⇒ Object
16 17 18 |
# File 'lib/fastlane/plugin/apadmi_grout/utils/fastlane_logger.rb', line 16 def (msg) FastlaneCore::UI.(msg) end |
#success(msg) ⇒ Object
12 13 14 |
# File 'lib/fastlane/plugin/apadmi_grout/utils/fastlane_logger.rb', line 12 def success(msg) FastlaneCore::UI.success(msg) end |