mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-08-08 17:59:52 +00:00
* editorconfig: Add default charset * Change file encoding from UTF-8-BOM to UTF-8
8 lines
130 B
C#
8 lines
130 B
C#
namespace Ryujinx.Common.Logging.Formatters
|
|
{
|
|
interface ILogFormatter
|
|
{
|
|
string Format(LogEventArgs args);
|
|
}
|
|
}
|