Interface IMediaPlatformLogger
Interface for collecting MediaPlatform logs from the Bots.Media library.
Namespace: Microsoft.Skype.Bots.Media
Assembly: Microsoft.Skype.Bots.Media.dll
Syntax
public interface IMediaPlatformLogger
Methods
WriteLog(LogLevel, String)
Log a trace statement
Declaration
void WriteLog(LogLevel level, string logStatement)
Parameters
Type | Name | Description |
---|---|---|
LogLevel | level | Level of log |
String | logStatement | The log itself. |