mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-09 17:28:48 +01:00
add console logging during startup
This commit is contained in:
@@ -40,5 +40,15 @@ namespace MediaBrowser.Model.Logging
|
||||
/// Flushes this instance.
|
||||
/// </summary>
|
||||
void Flush();
|
||||
|
||||
/// <summary>
|
||||
/// Adds the console output.
|
||||
/// </summary>
|
||||
void AddConsoleOutput();
|
||||
|
||||
/// <summary>
|
||||
/// Removes the console output.
|
||||
/// </summary>
|
||||
void RemoveConsoleOutput();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user