Method: Pbin::Logger#error

Defined in:
lib/pbin/logger.rb

#error(text) ⇒ Object



26
27
28
# File 'lib/pbin/logger.rb', line 26

def error(text)
  "#{now} #{ERROR_PREFIX} #{error}"
end