A simple logger to write log messages to an output sink.  
 More...
|  | 
| void | DebugFormat (string format, params object[] args) | 
|  | Logs a formatted string with the DEBUG level. 
 | 
| void | ErrorFormat (string format, params object[] args) | 
|  | Logs a formatted string with the ERROR level. 
 | 
| void | InfoFormat (string format, params object[] args) | 
|  | Logs a formatted string with the INFO level. 
 | 
| void | WarnFormat (string format, params object[] args) | 
|  | Logs a formatted string with the WARN level. 
 | 
A simple logger to write log messages to an output sink. 
◆ DebugFormat()
      
        
          | void Satori.ILogger.DebugFormat | ( | string | format, | 
        
          |  |  | params object[] | args ) | 
      
 
Logs a formatted string with the DEBUG level. 
- Parameters
- 
  
    | format | A string with zero or more format items. |  | args | An object array with zero or more objects to format. |  
 
 
 
◆ ErrorFormat()
      
        
          | void Satori.ILogger.ErrorFormat | ( | string | format, | 
        
          |  |  | params object[] | args ) | 
      
 
Logs a formatted string with the ERROR level. 
- Parameters
- 
  
    | format | A string with zero or more format items. |  | args | An object array with zero or more objects to format. |  
 
 
 
◆ InfoFormat()
      
        
          | void Satori.ILogger.InfoFormat | ( | string | format, | 
        
          |  |  | params object[] | args ) | 
      
 
Logs a formatted string with the INFO level. 
- Parameters
- 
  
    | format | A string with zero or more format items. |  | args | An object array with zero or more objects to format. |  
 
 
 
◆ WarnFormat()
      
        
          | void Satori.ILogger.WarnFormat | ( | string | format, | 
        
          |  |  | params object[] | args ) | 
      
 
Logs a formatted string with the WARN level. 
- Parameters
- 
  
    | format | A string with zero or more format items. |  | args | An object array with zero or more objects to format. |  
 
 
 
The documentation for this interface was generated from the following file: