Logo
Explore Help
Register Sign In
daniel/Ryujinx
1
0
Fork 0
You've already forked Ryujinx
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2025-01-13 04:41:56 -08:00
Code Issues Packages Projects Releases Wiki Activity
Ryujinx/Ryujinx.Common/Logging/Formatters/ILogFormatter.cs

8 lines
122 B
C#
Raw Normal View History

Logger and Configuration Refactoring (#573) * Logging: Refactor log targets into Ryujinx.Common * Logger: Implement JSON Log Target * Logger: Optimize Console/File logging targets Implement a simple ObjectPool to pool up StringBuilders to avoid causing excessive GCing of gen1/2 items when large amounts of log entries are being generated. We can also pre-determine the async overflow action at initialization time, allowing for an easy optimization in the message enqueue function, avoiding a number of comparisons. * Logger: Implement LogFormatters * Config: Refactor configuration file and loading * Config: Rename to .jsonc to avoid highlighting issues in VSC and GitHub * Resolve style nits * Config: Resolve incorrect default key binding * Config: Also update key binding default in schema * Tidy up namespace imports * Config: Update CONFIG.md to reflect new Config file
2019-02-11 23:00:32 +11:00
namespace Ryujinx.Common.Logging
{
interface ILogFormatter
{
string Format(LogEventArgs args);
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.1 Page: 88ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API