Skip to content

Commit

Permalink
* suppress the "Primary Drawing Order..." warnings when forwarding logs
Browse files Browse the repository at this point in the history
  • Loading branch information
eduard-dumitru committed Dec 6, 2023
1 parent c17edb6 commit 4a340e8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ internal sealed class NativeLoggingForwarder : IDisposable
"history buffer index out of range",//10+
"history buffer overflow",
"fastpath_recv_update() - -1",
"Primary Drawing Order"
};

public NativeLoggingForwarder(ILoggerFactory loggerFactory)
Expand Down

0 comments on commit 4a340e8

Please sign in to comment.