removed other projects
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using System.Collections.ObjectModel;
|
||||
|
||||
namespace Serilog.Sinks.LogView.Core.Logging;
|
||||
|
||||
public interface ILogDataStore
|
||||
{
|
||||
ObservableCollection<LogModel> Entries { get; }
|
||||
void AddEntry(LogModel logModel);
|
||||
}
|
||||
Reference in New Issue
Block a user