My New Year's resolution is to stop making commits like these
This commit is contained in:
14
Torch.API/ILogger.cs
Normal file
14
Torch.API/ILogger.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Torch.API
|
||||
{
|
||||
public interface ILogger
|
||||
{
|
||||
void Write(string message);
|
||||
void WriteException(Exception e);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user