MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / Clear

Method Clear

Source/Editor/Windows/DebugLogWindow.cs:448–457  ·  view source on GitHub ↗

Clears the log.

()

Source from the content-addressed store, hash-verified

446 /// Clears the log.
447 /// </summary>
448 public void Clear()
449 {
450 lock (_locker)
451 {
452 _pendingEntries.Clear();
453 }
454 if (_entriesPanel == null)
455 return;
456 RemoveEntries();
457 }
458
459 /// <summary>
460 /// Adds the specified log entry.

Callers 2

LogHandlerOnSendLogMethod · 0.45
UpdateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected