mirror of
https://github.com/vdemydiuk/mtapi.git
synced 2026-08-17 20:58:11 +00:00
Refactored MtApi4 (MT4) for working with new architecture
This commit is contained in:
Executable
+11
@@ -0,0 +1,11 @@
|
||||
namespace MtApi
|
||||
{
|
||||
public interface IMtLogger
|
||||
{
|
||||
void Debug(object message);
|
||||
void Error(object message);
|
||||
void Fatal(object message);
|
||||
void Info(object message);
|
||||
void Warn(object message);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user