clear method
Returns a new empty OutputLog with the same maxEntries.
Implementation
OutputLog clear() => OutputLog(maxEntries: maxEntries);
Returns a new empty OutputLog with the same maxEntries.
OutputLog clear() => OutputLog(maxEntries: maxEntries);