An ILogger that wraps log4net ILog.  
 More...
 | 
|   | Log4NetLogger (ILog logger) | 
|   | Initializes a new instance of the Log4NetLogger class.  More...
  | 
|   | 
| void  | Debug (object message) | 
|   | Logs a message.  More...
  | 
|   | 
| void  | Debug (object message, Exception exception) | 
|   | Logs a message.  More...
  | 
|   | 
| void  | DebugFormat (string format, params object[] args) | 
|   | Logs a message.  More...
  | 
|   | 
| void  | DebugFormat (IFormatProvider provider, string format, params object[] args) | 
|   | Logs a message.  More...
  | 
|   | 
| void  | Error (object message) | 
|   | Logs a message.  More...
  | 
|   | 
| void  | Error (object message, Exception exception) | 
|   | Logs a message.  More...
  | 
|   | 
| void  | ErrorFormat (string format, params object[] args) | 
|   | Logs a message.  More...
  | 
|   | 
| void  | ErrorFormat (IFormatProvider provider, string format, params object[] args) | 
|   | Logs a message.  More...
  | 
|   | 
| void  | Fatal (object message) | 
|   | Logs a message.  More...
  | 
|   | 
| void  | Fatal (object message, Exception exception) | 
|   | Logs a message.  More...
  | 
|   | 
| void  | FatalFormat (string format, params object[] args) | 
|   | Logs a message.  More...
  | 
|   | 
| void  | FatalFormat (IFormatProvider provider, string format, params object[] args) | 
|   | Logs a message.  More...
  | 
|   | 
| void  | Info (object message) | 
|   | Logs a message.  More...
  | 
|   | 
| void  | Info (object message, Exception exception) | 
|   | Logs a message.  More...
  | 
|   | 
| void  | InfoFormat (string format, params object[] args) | 
|   | Logs a message.  More...
  | 
|   | 
| void  | InfoFormat (IFormatProvider provider, string format, params object[] args) | 
|   | Logs a message.  More...
  | 
|   | 
| void  | Warn (object message) | 
|   | Logs a message.  More...
  | 
|   | 
| void  | Warn (object message, Exception exception) | 
|   | Logs a message.  More...
  | 
|   | 
| void  | WarnFormat (string format, params object[] args) | 
|   | Logs a message.  More...
  | 
|   | 
| void  | WarnFormat (IFormatProvider provider, string format, params object[] args) | 
|   | Logs a message.  More...
  | 
|   | 
An ILogger that wraps log4net ILog. 
 
◆ Log4NetLogger()
  
  
      
        
          | ExitGames.Logging.Log4Net.Log4NetLogger.Log4NetLogger  | 
          ( | 
          ILog  | 
          logger | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
Initializes a new instance of the Log4NetLogger class. 
- Parameters
 - 
  
  
 
 
 
◆ Debug() [1/2]
  
  
      
        
          | void ExitGames.Logging.Log4Net.Log4NetLogger.Debug  | 
          ( | 
          object  | 
          message | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ Debug() [2/2]
  
  
      
        
          | void ExitGames.Logging.Log4Net.Log4NetLogger.Debug  | 
          ( | 
          object  | 
          message,  | 
         
        
           | 
           | 
          Exception  | 
          exception  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inline   | 
  
 
 
◆ DebugFormat() [1/2]
  
  
      
        
          | void ExitGames.Logging.Log4Net.Log4NetLogger.DebugFormat  | 
          ( | 
          IFormatProvider  | 
          provider,  | 
         
        
           | 
           | 
          string  | 
          format,  | 
         
        
           | 
           | 
          params object[]  | 
          args  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inline   | 
  
 
 
◆ DebugFormat() [2/2]
  
  
      
        
          | void ExitGames.Logging.Log4Net.Log4NetLogger.DebugFormat  | 
          ( | 
          string  | 
          format,  | 
         
        
           | 
           | 
          params object[]  | 
          args  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inline   | 
  
 
 
◆ Error() [1/2]
  
  
      
        
          | void ExitGames.Logging.Log4Net.Log4NetLogger.Error  | 
          ( | 
          object  | 
          message | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ Error() [2/2]
  
  
      
        
          | void ExitGames.Logging.Log4Net.Log4NetLogger.Error  | 
          ( | 
          object  | 
          message,  | 
         
        
           | 
           | 
          Exception  | 
          exception  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inline   | 
  
 
 
◆ ErrorFormat() [1/2]
  
  
      
        
          | void ExitGames.Logging.Log4Net.Log4NetLogger.ErrorFormat  | 
          ( | 
          IFormatProvider  | 
          provider,  | 
         
        
           | 
           | 
          string  | 
          format,  | 
         
        
           | 
           | 
          params object[]  | 
          args  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inline   | 
  
 
 
◆ ErrorFormat() [2/2]
  
  
      
        
          | void ExitGames.Logging.Log4Net.Log4NetLogger.ErrorFormat  | 
          ( | 
          string  | 
          format,  | 
         
        
           | 
           | 
          params object[]  | 
          args  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inline   | 
  
 
 
◆ Fatal() [1/2]
  
  
      
        
          | void ExitGames.Logging.Log4Net.Log4NetLogger.Fatal  | 
          ( | 
          object  | 
          message | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ Fatal() [2/2]
  
  
      
        
          | void ExitGames.Logging.Log4Net.Log4NetLogger.Fatal  | 
          ( | 
          object  | 
          message,  | 
         
        
           | 
           | 
          Exception  | 
          exception  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inline   | 
  
 
 
◆ FatalFormat() [1/2]
  
  
      
        
          | void ExitGames.Logging.Log4Net.Log4NetLogger.FatalFormat  | 
          ( | 
          IFormatProvider  | 
          provider,  | 
         
        
           | 
           | 
          string  | 
          format,  | 
         
        
           | 
           | 
          params object[]  | 
          args  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inline   | 
  
 
 
◆ FatalFormat() [2/2]
  
  
      
        
          | void ExitGames.Logging.Log4Net.Log4NetLogger.FatalFormat  | 
          ( | 
          string  | 
          format,  | 
         
        
           | 
           | 
          params object[]  | 
          args  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inline   | 
  
 
 
◆ Info() [1/2]
  
  
      
        
          | void ExitGames.Logging.Log4Net.Log4NetLogger.Info  | 
          ( | 
          object  | 
          message | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ Info() [2/2]
  
  
      
        
          | void ExitGames.Logging.Log4Net.Log4NetLogger.Info  | 
          ( | 
          object  | 
          message,  | 
         
        
           | 
           | 
          Exception  | 
          exception  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inline   | 
  
 
 
◆ InfoFormat() [1/2]
  
  
      
        
          | void ExitGames.Logging.Log4Net.Log4NetLogger.InfoFormat  | 
          ( | 
          IFormatProvider  | 
          provider,  | 
         
        
           | 
           | 
          string  | 
          format,  | 
         
        
           | 
           | 
          params object[]  | 
          args  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inline   | 
  
 
 
◆ InfoFormat() [2/2]
  
  
      
        
          | void ExitGames.Logging.Log4Net.Log4NetLogger.InfoFormat  | 
          ( | 
          string  | 
          format,  | 
         
        
           | 
           | 
          params object[]  | 
          args  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inline   | 
  
 
 
◆ Warn() [1/2]
  
  
      
        
          | void ExitGames.Logging.Log4Net.Log4NetLogger.Warn  | 
          ( | 
          object  | 
          message | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ Warn() [2/2]
  
  
      
        
          | void ExitGames.Logging.Log4Net.Log4NetLogger.Warn  | 
          ( | 
          object  | 
          message,  | 
         
        
           | 
           | 
          Exception  | 
          exception  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inline   | 
  
 
 
◆ WarnFormat() [1/2]
  
  
      
        
          | void ExitGames.Logging.Log4Net.Log4NetLogger.WarnFormat  | 
          ( | 
          IFormatProvider  | 
          provider,  | 
         
        
           | 
           | 
          string  | 
          format,  | 
         
        
           | 
           | 
          params object[]  | 
          args  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inline   | 
  
 
 
◆ WarnFormat() [2/2]
  
  
      
        
          | void ExitGames.Logging.Log4Net.Log4NetLogger.WarnFormat  | 
          ( | 
          string  | 
          format,  | 
         
        
           | 
           | 
          params object[]  | 
          args  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inline   | 
  
 
 
◆ IsDebugEnabled
  
  
      
        
          | bool ExitGames.Logging.Log4Net.Log4NetLogger.IsDebugEnabled | 
         
       
   | 
  
get   | 
  
 
Gets a value indicating whether IsDebugEnabled. 
 
 
◆ IsErrorEnabled
  
  
      
        
          | bool ExitGames.Logging.Log4Net.Log4NetLogger.IsErrorEnabled | 
         
       
   | 
  
get   | 
  
 
Gets a value indicating whether IsErrorEnabled. 
 
 
◆ IsFatalEnabled
  
  
      
        
          | bool ExitGames.Logging.Log4Net.Log4NetLogger.IsFatalEnabled | 
         
       
   | 
  
get   | 
  
 
Gets a value indicating whether IsFatalEnabled. 
 
 
◆ IsInfoEnabled
  
  
      
        
          | bool ExitGames.Logging.Log4Net.Log4NetLogger.IsInfoEnabled | 
         
       
   | 
  
get   | 
  
 
Gets a value indicating whether IsInfoEnabled. 
 
 
◆ IsWarnEnabled
  
  
      
        
          | bool ExitGames.Logging.Log4Net.Log4NetLogger.IsWarnEnabled | 
         
       
   | 
  
get   | 
  
 
Gets a value indicating whether IsWarnEnabled. 
 
 
◆ Name
  
  
      
        
          | string ExitGames.Logging.Log4Net.Log4NetLogger.Name | 
         
       
   | 
  
get   |