aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Common/Logging/Logger.cs
AgeCommit message (Expand)Author
2023-02-25Logging: Redirect StdErr into logging system (#4427)1.1.643merry
2022-12-05Make structs readonly when applicable (#4002)1.1.426Andrey Sukharev
2022-02-17Added trace log level (#3096)1.1.38mlgatto
2022-02-13Use Enum and Delegate.CreateDelegate generic overloads (#3111)1.1.27Berkan Diler
2020-08-30Allow launching with custom data directories (#1505)mageven
2020-08-04Improved Logger (#1292)mageven
2020-06-09Change console log to discard on overflow (#1241)mageven
2020-01-13Name all threads (#886)Ac_K
2019-12-21Rewrite the configuration system (#831)Thog
2019-09-19Misc fixes (#772)LDj3SNuD
2019-06-16Implement OutputAccessLogToSdCard and expose an FS access log option (#700)Alex Barney
2019-02-11Logger and Configuration Refactoring (#573)jduncanator
2019-01-30Add file logging and handle unhandled exceptions (#558)emmauss
2019-01-11Refactor Ryujinx.Common and HLE Stub Logging (#537)jduncanator
2018-10-17Move logging to Ryujinx.Common and make it a static class (#413)ReinUsesLisp