// Unless explicitly stated otherwise all files in this repository are licensed under the Apache License Version 2.0.

using System;
using System.Collections.Generic;
using Alibabacloud.Rum.Unity.Worker;
using UnityEngine.Pool;

namespace Alibabacloud.Rum.Unity.Logs
{
    internal class AlibabacloudLogProcessor : IAlibabacloudWorkerProcessor
    {
        public const string LogsTargetName = "logs";

        public void Process(IAlibabacloudWorkerMessage message)
        {
            return;
        }
    }
}
