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