Delete ILogger.cs
This commit is contained in:
parent
431f8cece8
commit
17a94fc736
|
@ -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);
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue