Class: CommandeeredErr

Inherits:
CommandeeredIO show all
Defined in:
lib/transitional_logger.rb

Instance Method Summary collapse

Methods inherited from CommandeeredIO

#initialize

Constructor Details

This class inherits a constructor from CommandeeredIO

Instance Method Details

#write(s) ⇒ Object



103
104
105
# File 'lib/transitional_logger.rb', line 103

def write(s)
  @logger.error(s)
end