Added ThreadedLogger

This commit is contained in:
LukePulverenti Luke Pulverenti luke pulverenti
2012-09-10 15:11:40 -04:00
parent 614668a447
commit b1df61f7ce
5 changed files with 83 additions and 3 deletions

View File

@@ -79,6 +79,10 @@ namespace MediaBrowser.Common.Logging
LogEntry(row);
}
protected virtual void Flush()
{
}
public virtual void Dispose()
{
}