Class NullLogger
Provides a ISsdpLogger implementation that does nothing, effectively disabling logging. Use the Instance property to obtain an instance as the constructor is private.
Inheritance
System.Object
NullLogger
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Rssdp
Assembly: cs.temp.dll.dll
Syntax
public class NullLogger : ISsdpLogger
Remarks
This logger is inherently thread-safe and the Instance value can be shared among multiple components.
Properties
Name | Description |
---|---|
Instance | Provides a single instance of NullLogger. |
Methods
Name | Description |
---|---|
LogError(String) | Does nothing. |
LogInfo(String) | Does nothing. |
LogVerbose(String) | Does nothing. |
LogWarning(String) | Does nothing. |