mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-17 11:43:44 +01:00
make more classes portable
This commit is contained in:
7
MediaBrowser.Model/Logging/IConsoleLogger.cs
Normal file
7
MediaBrowser.Model/Logging/IConsoleLogger.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace MediaBrowser.Model.Logging
|
||||
{
|
||||
public interface IConsoleLogger
|
||||
{
|
||||
void WriteLine(string message);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user