clear method

OutputLog clear()

Returns a new empty OutputLog with the same maxEntries.

Implementation

OutputLog clear() => OutputLog(maxEntries: maxEntries);