removed other projects
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
using Avalonia.Threading;
|
||||
using Serilog.Sinks.LogView.Core.Logging;
|
||||
|
||||
namespace LogViewer.Avalonia.Logging;
|
||||
|
||||
public class LogDataStore : Core.LogDataStore
|
||||
public class LogDataStore : Serilog.Sinks.LogView.Core.Logging.LogDataStore
|
||||
{
|
||||
#region Methods
|
||||
|
||||
public override async void AddEntry(Core.LogModel logModel)
|
||||
public override async void AddEntry(LogModel logModel)
|
||||
=> await Dispatcher.UIThread.InvokeAsync(() => base.AddEntry(logModel));
|
||||
|
||||
#endregion
|
||||
|
||||
Reference in New Issue
Block a user