Class: ROM::Cassandra::Migrations::Logger
- Inherits:
-
Logger
- Object
- Logger
- ROM::Cassandra::Migrations::Logger
- Defined in:
- lib/rom/cassandra/migrations/logger.rb
Overview
Default Logger for the migrator
Instance Method Summary collapse
-
#initialize ⇒ Logger
constructor
A new instance of Logger.
Constructor Details
#initialize ⇒ Logger
Returns a new instance of Logger.
19 20 21 22 |
# File 'lib/rom/cassandra/migrations/logger.rb', line 19 def initialize super $stdout self.formatter = proc { |_, _, _, | "#{}\n" } end |