Method: Cnvrg::Storage#log_error

Defined in:
lib/cnvrg/storage.rb

#log_error(action: nil, error: '') ⇒ Object



9
10
11
# File 'lib/cnvrg/storage.rb', line 9

def log_error(action: nil, error: '')
  "[#{Time.now}] (#{action || 'default'}) #{error}"
end