6 lines
132 B
C#
6 lines
132 B
C#
namespace Serilog.Sinks.LogView.Core.Logging;
|
|
|
|
public interface ILogDataStoreCore
|
|
{
|
|
public ILogDataStore DataStore { get; }
|
|
} |