summaryrefslogtreecommitdiff
path: root/Library/PackageCache/com.unity.test-framework@1.1.11/UnityEditor.TestRunner/UnityTestProtocol/IUtpLogger.cs
blob: 4d7fb717df6ec9047bf72eb8dd9dbcceda95e1c2 (plain) (blame)
1
2
3
4
5
6
7
namespace UnityEditor.TestTools.TestRunner.UnityTestProtocol
{
    interface IUtpLogger
    {
        void Log(Message msg);
    }
}