mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-04-28 01:13:00 +00:00
* Add print with stacktrace method * Adjust logging namespaces * Add static keyword to DynamicObjectFormatter
7 lines
No EOL
132 B
C#
7 lines
No EOL
132 B
C#
namespace Ryujinx.Common.Logging.Formatters
|
|
{
|
|
interface ILogFormatter
|
|
{
|
|
string Format(LogEventArgs args);
|
|
}
|
|
} |