Enum LogLevel
Specifies a current logging level for a log line.
Namespace: Microsoft.Skype.Bots.Media
Assembly: Microsoft.Skype.Bots.Media.dll
Syntax
public enum LogLevel
Fields
| Name | Description |
|---|---|
| Error | Error Log Level |
| Information | Information Log Level |
| Verbose | Verbose Log Level |
| Warning | Warning Log Level |