FileTranscriptLogger(String, Boolean) Constructor
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.
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.