Share via


FileTranscriptLogger(String, Boolean) Constructor

Definition

Initializes a new instance of the FileTranscriptLogger class.

public FileTranscriptLogger (string folder = default, bool unitTestMode = true);
new Microsoft.Bot.Builder.FileTranscriptLogger : string * bool -> Microsoft.Bot.Builder.FileTranscriptLogger
Public Sub New (Optional folder As String = Nothing, Optional unitTestMode As Boolean = true)

Parameters

folder
String

folder to place the transcript files (Default current folder).

unitTestMode
Boolean

unitTestMode will overwrite transcript files.

Applies to