Class: Console::Logger
- Inherits:
-
Object
- Object
- Console::Logger
- Defined in:
- lib/console/logger.rb
Constant Summary collapse
- DEFAULT_LEVEL =
1
Instance Method Summary collapse
- #failure(subject, exception, *arguments, &block) ⇒ Object
-
#initialize(output, **options) ⇒ Logger
constructor
A new instance of Logger.
- #progress(subject, total, **options) ⇒ Object (also: #measure)
Constructor Details
#initialize(output, **options) ⇒ Logger
28 29 30 |
# File 'lib/console/logger.rb', line 28 def initialize(output, **) super(output, **) end |