|  |  |  | @ -1,10 +1,13 @@ | 
			
		
	
		
			
				
					|  |  |  |  | using Sanhe.Abp.Logging; | 
			
		
	
		
			
				
					|  |  |  |  | using Microsoft.AspNetCore.Authorization; | 
			
		
	
		
			
				
					|  |  |  |  | using Sanhe.Abp.Auditing.Permissions; | 
			
		
	
		
			
				
					|  |  |  |  | using Sanhe.Abp.Logging; | 
			
		
	
		
			
				
					|  |  |  |  | using System.Collections.Generic; | 
			
		
	
		
			
				
					|  |  |  |  | using System.Threading.Tasks; | 
			
		
	
		
			
				
					|  |  |  |  | using Volo.Abp.Application.Dtos; | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | namespace Sanhe.Abp.Auditing.Logging | 
			
		
	
		
			
				
					|  |  |  |  | { | 
			
		
	
		
			
				
					|  |  |  |  |     [Authorize(AuditingPermissionNames.Logging.Default)] | 
			
		
	
		
			
				
					|  |  |  |  |     public class LogAppService : AuditingApplicationServiceBase, ILogAppService | 
			
		
	
		
			
				
					|  |  |  |  |     { | 
			
		
	
		
			
				
					|  |  |  |  |         private readonly ILoggingManager _manager; | 
			
		
	
	
		
			
				
					|  |  |  | 
 |