Reference Logs¶
- Method (entries (object REFLOG) &key start end)¶
Returns the elements of the collection
OBJECTas a list. The start and end keyword arguments allow to retrieve a subset of all elements. All entries with index satisfyingSTART <= INDEX < END
are returned. If
ENDis not specified or nil, noENDcondition exists. start defaults to 0.See also:
entries