Class: ActiveRecordMigrationUi::MutedLogger

Inherits:
StringIO
  • Object
show all
Defined in:
lib/active_record_migration_ui/logger.rb

Overview

This logger is used to disable temporarily the ActionCable logger before broadcasting a message avoiding an infinit loop as ActiveCable wants to log that it is broadcasting.

Instance Method Summary collapse

Instance Method Details

#debugObject



8
# File 'lib/active_record_migration_ui/logger.rb', line 8

def debug(*); end

#infoObject



10
# File 'lib/active_record_migration_ui/logger.rb', line 10

def info(*); end