Method: Dbsync::Sync.notify

Defined in:
lib/dbsync/sync.rb

.notify(message = "") ⇒ Object



7
8
9
# File 'lib/dbsync/sync.rb', line 7

def notify(message="")
  $stdout.puts "[#{Time.now.strftime('%T')}] [dbsync] #{message}"
end