Class: Compass::NullLogger

Inherits:
Logger
  • Object
show all
Defined in:
lib/compass/logger.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

#actions, #options, #time

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 Compass::Logger

Instance Method Details

#emit(msg) ⇒ Object



137
138
# File 'lib/compass/logger.rb', line 137

def emit(msg)
end

#log(msg) ⇒ Object



134
135
# File 'lib/compass/logger.rb', line 134

def log(msg)
end

#record(*args) ⇒ Object



131
132
# File 'lib/compass/logger.rb', line 131

def record(*args)
end