Property definitions

popcorn $ PopTracker :: defaultinit
# Saves logs into a MongoDB collection
class PopTracker
	super TrackerHandler

	redef fun all(req, res) do
		config.tracker_logs.save new LogEntry(req, res)
	end
end
lib/popcorn/pop_tracker.nit:91,1--98,3