forked from MeloNX/MeloNX
* Add print with stacktrace method * Adjust logging namespaces * Add static keyword to DynamicObjectFormatter
7 lines
132 B
C#
7 lines
132 B
C#
namespace Ryujinx.Common.Logging.Formatters
|
|
{
|
|
interface ILogFormatter
|
|
{
|
|
string Format(LogEventArgs args);
|
|
}
|
|
} |