| 
| static void  | Debug (string log) | 
|   | 
| static void  | Debug (string format, params object[] args) | 
|   | 
| static void  | Warn (string log) | 
|   | 
| static void  | Warn (string format, params object[] args) | 
|   | 
| static void  | Error (string log) | 
|   | 
| static void  | Error (string format, params object[] args) | 
|   | 
| static void  | Error (Exception e) | 
|   | 
◆ Debug() [1/2]
  
  
      
        
          | static void TapTap.Common.TapLogger.Debug  | 
          ( | 
          string  | 
          format,  | 
         
        
           | 
           | 
          params object[]  | 
          args  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inlinestatic   | 
  
 
 
◆ Debug() [2/2]
  
  
      
        
          | static void TapTap.Common.TapLogger.Debug  | 
          ( | 
          string  | 
          log | ) | 
           | 
         
       
   | 
  
inlinestatic   | 
  
 
 
◆ Error() [1/3]
  
  
      
        
          | static void TapTap.Common.TapLogger.Error  | 
          ( | 
          Exception  | 
          e | ) | 
           | 
         
       
   | 
  
inlinestatic   | 
  
 
 
◆ Error() [2/3]
  
  
      
        
          | static void TapTap.Common.TapLogger.Error  | 
          ( | 
          string  | 
          format,  | 
         
        
           | 
           | 
          params object[]  | 
          args  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inlinestatic   | 
  
 
 
◆ Error() [3/3]
  
  
      
        
          | static void TapTap.Common.TapLogger.Error  | 
          ( | 
          string  | 
          log | ) | 
           | 
         
       
   | 
  
inlinestatic   | 
  
 
 
◆ Warn() [1/2]
  
  
      
        
          | static void TapTap.Common.TapLogger.Warn  | 
          ( | 
          string  | 
          format,  | 
         
        
           | 
           | 
          params object[]  | 
          args  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inlinestatic   | 
  
 
 
◆ Warn() [2/2]
  
  
      
        
          | static void TapTap.Common.TapLogger.Warn  | 
          ( | 
          string  | 
          log | ) | 
           | 
         
       
   | 
  
inlinestatic   | 
  
 
 
◆ LogDelegate
  
  
      
        
          | Action<TapLogLevel, string> TapTap.Common.TapLogger.LogDelegate | 
         
       
   | 
  
staticgetset   | 
  
 
Configures the logger. 
The log delegate.
 
 
The documentation for this class was generated from the following file: