style editor setup WIP

This commit is contained in:
goat 2021-09-18 18:23:10 +02:00
parent e29a312c52
commit 5fdf07aead
No known key found for this signature in database
GPG key ID: F18F057873895461
7 changed files with 572 additions and 29 deletions

View file

@ -416,7 +416,7 @@ namespace Dalamud.Interface.Internal.Windows
private void AddAndFilter(string line, LogEventLevel level, DateTimeOffset offset, bool isMultiline)
{
if (line.StartsWith("TROUBLESHOOTING:") || line.StartsWith("EXCEPTION:"))
if (line.StartsWith("TROUBLESHOOTING:") || line.StartsWith("LASTEXCEPTION:"))
return;
var entry = new LogEntry