TraceTranscriptLogger Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a transcript logger that writes activities to a Trace object.
public class TraceTranscriptLogger : Microsoft.Bot.Builder.ITranscriptLogger
type TraceTranscriptLogger = class
interface ITranscriptLogger
Public Class TraceTranscriptLogger
Implements ITranscriptLogger
- Inheritance
-
TraceTranscriptLogger
- Implements
Constructors
TraceTranscriptLogger() |
Initializes a new instance of the TraceTranscriptLogger class. |
TraceTranscriptLogger(Boolean) |
Initializes a new instance of the TraceTranscriptLogger class. |
Methods
LogActivityAsync(IActivity) |
Log an activity to the transcript. |