|
@@ -8,7 +8,12 @@ using UnityEngine.Networking;
|
|
|
|
|
|
public interface ISendLogService : IService
|
|
public interface ISendLogService : IService
|
|
{
|
|
{
|
|
- void SendLog(string tag, string message);
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ void SendLog(string level, string message);
|
|
}
|
|
}
|
|
|
|
|
|
public class SendLogService : ISendLogService
|
|
public class SendLogService : ISendLogService
|