saxophonit :: SAXEventLogger :: log
Each entry begins with the name of the event. Entries are sorted in the order they fired (the oldest first). Two event loggers have equivalent logs if and only if they received the same events in the same order and with equivalent arguments.
# The logged events.
#
# Each entry begins with the name of the event. Entries are sorted in the
# order they fired (the oldest first). Two event loggers have equivalent
# logs if and only if they received the same events in the same order and
# with equivalent arguments.
private var log = new Array[Array[String]]
lib/saxophonit/testing.nit:36,2--42,43