mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-01 21:38:27 +01:00
support run as service
This commit is contained in:
@@ -7,6 +7,12 @@ namespace MediaBrowser.Model.Logging
|
||||
/// </summary>
|
||||
public interface ILogManager
|
||||
{
|
||||
/// <summary>
|
||||
/// Gets or sets the log level.
|
||||
/// </summary>
|
||||
/// <value>The log level.</value>
|
||||
LogSeverity LogSeverity { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets the logger.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user