Method: Netfira::WebConnect::Migration#write

Defined in:
lib/netfira/web_connect/migration.rb

#write(text = '') ⇒ Object



76
77
78
79
80
81
# File 'lib/netfira/web_connect/migration.rb', line 76

def write(text = '')
  if verbose
    puts text if Migration.log_to_stdout
    Netfira::WebConnect.logger.info text
  end
end