You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Plugins/IngameDebugConsole/Scripts/DebugLogManager.cs
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1797,6 +1797,14 @@ public string GetAllLogs()
1797
1797
returnsb.ToString();
1798
1798
}
1799
1799
1800
+
/// <param name="logTimestamps">Is <c>null</c> if <see cref="captureLogTimestamps"/> is <c>false</c>. Indices are in sync with <paramref name="logEntries"/>.</param>
1801
+
/// <remarks>You mustn't modify the returned buffers in any way.</remarks>
0 commit comments