Class SsdpTraceLogger
Implementation of ISsdpLogger that writes to the .Net tracing system on platforms that support it, or
Inheritance
Implements
Inherited Members
Namespace: Rssdp
Assembly: cs.temp.dll.dll
Syntax
public class SsdpTraceLogger : ISsdpLogger
Remarks
On platforms that only support
Methods
Name | Description |
---|---|
LogError(String) | Records a message that represents an error. |
LogError(String) | Records a message that represents an error. |
LogInfo(String) | Records a regular log message. |
LogInfo(String) | Records a regular log message. |
LogVerbose(String) | Records a frequent or large log message usually only required when trying to trace a problem. |
LogVerbose(String) | Records a frequent or large log message usually only required when trying to trace a problem. |
LogWarning(String) | Records an important message, but one that may not neccesarily be an error. |
LogWarning(String) | Records an important message, but one that may not neccesarily be an error. |