# File lib/model.rb, line 176
  def log what, who, comment
    add_log_event([Time.now, who, what, comment || ""])
    self
  end