Handles some basic logging
        Namespace:
Contracts.Data
        
Assembly: Contracts (in Contracts.dll)
	
		
	
	
	
				
			
	
			
				
				
				
					
				
					
			
		
		
		
			
	
			
				
				
				
					
				
					
			
		
		
			
	
			
				
				
				
					
				
					
			
		
		
		
		
	
	
	
		
  
    
  
    Top
  
						
  
  
  
	
	
	
	
	
	
		
  
	
	
						
			
			Assembly: Contracts (in Contracts.dll)
<System.Reflection.Obfuscation(Exclude=true)> _
Public Interface ILogger
Inherits IDisposable
This language is not supported or no code example is available.
[System.Reflection.Obfuscation(Exclude=true)]
public interface ILogger : IDisposable
This language is not supported or no code example is available.
[System.Reflection.Obfuscation(Exclude=true)]
public interface class ILogger : public IDisposable^
This language is not supported or no code example is available.
| Name | Description | |
|---|---|---|
 
	  
    
	 | 
	LogException(Exception) | |
 
	  
    
	 | 
	LogException(string, Exception) | |
 
	  
    
	 | 
	LogMessage(string, LogLevel) | Log some message |