Move solution and projects to src
This commit is contained in:
11
src/Ryujinx.Common/Logging/Targets/ILogTarget.cs
Normal file
11
src/Ryujinx.Common/Logging/Targets/ILogTarget.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
|
||||
namespace Ryujinx.Common.Logging
|
||||
{
|
||||
public interface ILogTarget : IDisposable
|
||||
{
|
||||
void Log(object sender, LogEventArgs args);
|
||||
|
||||
string Name { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user