mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-23 17:24:46 +03:00
Added ThreadedLogger
This commit is contained in:
parent
614668a447
commit
b1df61f7ce
@@ -79,6 +79,10 @@ namespace MediaBrowser.Common.Logging
|
||||
LogEntry(row);
|
||||
}
|
||||
|
||||
protected virtual void Flush()
|
||||
{
|
||||
}
|
||||
|
||||
public virtual void Dispose()
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user