Top Level Namespace

Defined Under Namespace

Modules: MongoHelper Classes: EC2InstanceIdentifier, EC2InstanceNotFoundException, EC2VolumeSnapshoter, MDInspector, MountInspector, NoSuchSetException, NoSuchVolumeException, NotMountedException

Instance Method Summary collapse

Instance Method Details

#log(s) ⇒ Object



125
126
127
# File 'lib/ec2-consistent-backup.rb', line 125

def log s
  $stderr.puts "[#{Time.now}]: #{s}"
end