Remove ClientLog endpoints

This commit is contained in:
Cody Robibero
2021-11-20 08:47:05 -07:00
parent 17a273d237
commit ea355b4262
6 changed files with 16 additions and 174 deletions

View File

@@ -1,7 +1,5 @@
using System.IO;
using System.Threading.Tasks;
using MediaBrowser.Controller.Net;
using MediaBrowser.Model.ClientLog;
namespace MediaBrowser.Controller.ClientEvent
{
@@ -10,12 +8,6 @@ namespace MediaBrowser.Controller.ClientEvent
/// </summary>
public interface IClientEventLogger
{
/// <summary>
/// Logs the event from the client.
/// </summary>
/// <param name="clientLogEvent">The client log event.</param>
void Log(ClientLogEvent clientLogEvent);
/// <summary>
/// Writes a file to the log directory.
/// </summary>