Delete ILogger.cs

This commit is contained in:
alyosha-tas 2017-08-29 09:34:40 -04:00 committed by GitHub
parent 431f8cece8
commit 17a94fc736
1 changed files with 0 additions and 10 deletions

View File

@ -1,10 +0,0 @@
namespace EMU7800.Core
{
public interface ILogger
{
void WriteLine(string format, params object[] args);
void WriteLine(object value);
void Write(string format, params object[] args);
void Write(object value);
}
}