namespace Core.Blueprint.DAL.Logs.Contracts { public interface IBlueprintLogger where T : class, new() { //logger //serilog... //patterns of structuie logging } }