Initial commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using RudderSdk.Core.Abstractions;
|
||||
|
||||
namespace RudderSdk.Unity
|
||||
{
|
||||
public interface IUnityLoggerSink
|
||||
{
|
||||
void Log(RudderLogLevel level, string message);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user