Class DebugLogProvider
Log provider that uses System.Diagnostics.Debug.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: FM.LiveSwitch
Assembly: FM.LiveSwitch.dll
Syntax
public class DebugLogProvider : LogProvider
Constructors
DebugLogProvider()
Initializes a new instance of the DebugLogProvider.
Declaration
public DebugLogProvider()
DebugLogProvider(LogLevel)
Initializes a new instance of the DebugLogProvider class.
Declaration
public DebugLogProvider(LogLevel level)
Parameters
Type | Name | Description |
---|---|---|
LogLevel | level | The log level. |
Methods
DoLog(LogEvent)
Logs a message at the specified log level.
Declaration
protected override void DoLog(LogEvent logEvent)
Parameters
Type | Name | Description |
---|---|---|
LogEvent | logEvent | The log event details. |