Class Logger
This is a dynamic wrapper around log4net so we can avoid log4net being required to be distributed with the SDK.
public class Logger : ILogger
  - Inheritance
 - 
      
      Logger
 
- Implements
 
- Inherited Members
 
Properties
EmptyLogger
public static Logger EmptyLogger { get; }
  Property Value
Methods
ClearLoggerCache()
public static void ClearLoggerCache()
  Debug(Exception, string, params object[])
public void Debug(Exception exception, string messageFormat, params object[] args)
  Parameters
DebugFormat(string, params object[])
public void DebugFormat(string messageFormat, params object[] args)
  Parameters
Error(Exception, string, params object[])
public void Error(Exception exception, string messageFormat, params object[] args)
  Parameters
Flush()
public void Flush()
  GetLogger(Type)
public static Logger GetLogger(Type type)
  Parameters
typeType
Returns
InfoFormat(string, params object[])
public void InfoFormat(string messageFormat, params object[] args)