Interface ISsdpLogger
Interface for a simple logging component used by RSSDP to record internal activity.
Namespace: Rssdp
Assembly: cs.temp.dll.dll
Syntax
public interface ISsdpLogger
Methods
| Name | Description |
|---|---|
| LogError(String) | Records a message that represents an error. |
| 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. |
| LogWarning(String) | Records an important message, but one that may not neccesarily be an error. |