20 21 22
# File 'lib/yodel/models/core/log/log.rb', line 20 def error(message) build_log_entry(LogEntry::ERROR, message) end