10 lines
		
	
	
		
			205 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			205 B
		
	
	
	
		
			C#
		
	
	
	
	
	
| namespace Core.Blueprint.DAL.Logs.Contracts
 | |
| {
 | |
|     public interface IBlueprintLogger<T> where T : class, new()
 | |
|     {
 | |
|         //logger
 | |
|         //serilog...
 | |
|         //patterns of structuie logging
 | |
|     }
 | |
| }
 | 
