Reference Logs¶
- Method (entries (object REFLOG) &key start end)¶
Returns the elements of the collection
OBJECT
as 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
END
is not specified or nil, noEND
condition exists. start defaults to 0.See also:
entries