Class: Sassmagic::Installers::NullLogger
- Defined in:
- lib/sassmagic/installer.rb
Constant Summary
Constants inherited from Logger
Logger::ACTION_CAN_BE_QUIET, Logger::ACTION_COLORS, Logger::COLORS, Logger::DEFAULT_ACTIONS
Instance Attribute Summary
Attributes inherited from Logger
Instance Method Summary collapse
Methods inherited from Logger
#action_padding, #color, #green, #initialize, #max_action_length, #red, #wrap, #yellow
Constructor Details
This class inherits a constructor from Sassmagic::Installers::Logger
Instance Method Details
#emit(msg) ⇒ Object
297 298 |
# File 'lib/sassmagic/installer.rb', line 297 def emit(msg) end |
#log(msg) ⇒ Object
294 295 |
# File 'lib/sassmagic/installer.rb', line 294 def log(msg) end |
#record(*args) ⇒ Object
291 292 |
# File 'lib/sassmagic/installer.rb', line 291 def record(*args) end |