diff options
author | TSRBerry <20988865+TSRBerry@users.noreply.github.com> | 2023-06-01 15:47:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-01 13:47:53 +0000 |
commit | f4539c49d8def4c6086a61fe4bd9ed9665fac4b1 (patch) | |
tree | a8c22c3b1fb8bbe4a7affc931da7f7c4abd04c8d /src/Ryujinx.Common/Logging/Targets/AsyncLogTargetWrapper.cs | |
parent | 12c62fdbc223af1fcd0aca9f0146a6dff38ec1b3 (diff) |
[Logger] Add print with stacktrace method (#5129)1.1.852
* Add print with stacktrace method
* Adjust logging namespaces
* Add static keyword to DynamicObjectFormatter
Diffstat (limited to 'src/Ryujinx.Common/Logging/Targets/AsyncLogTargetWrapper.cs')
-rw-r--r-- | src/Ryujinx.Common/Logging/Targets/AsyncLogTargetWrapper.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Ryujinx.Common/Logging/Targets/AsyncLogTargetWrapper.cs b/src/Ryujinx.Common/Logging/Targets/AsyncLogTargetWrapper.cs index 43c62d31..ddc547ac 100644 --- a/src/Ryujinx.Common/Logging/Targets/AsyncLogTargetWrapper.cs +++ b/src/Ryujinx.Common/Logging/Targets/AsyncLogTargetWrapper.cs @@ -2,7 +2,7 @@ using System.Collections.Concurrent; using System.Threading; -namespace Ryujinx.Common.Logging +namespace Ryujinx.Common.Logging.Targets { public enum AsyncLogTargetOverflowAction { |