mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-23 10:50:57 -05:00
8 lines
130 B
C#
8 lines
130 B
C#
namespace Ryujinx.Common.Logging.Formatters
|
|
{
|
|
interface ILogFormatter
|
|
{
|
|
string Format(LogEventArgs args);
|
|
}
|
|
}
|