mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-26 18:54:48 +03:00
Use Microsoft.Extensions.Logging abstraction
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
using MediaBrowser.Model.Logging;
|
||||
using Microsoft.Extensions.Logging;
|
||||
using System;
|
||||
|
||||
namespace MediaBrowser.Model.Activity
|
||||
@@ -63,6 +63,6 @@ namespace MediaBrowser.Model.Activity
|
||||
/// Gets or sets the log severity.
|
||||
/// </summary>
|
||||
/// <value>The log severity.</value>
|
||||
public LogSeverity Severity { get; set; }
|
||||
public LogLevel Severity { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user