TraceTranscriptLogger Constructors
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.
Overloads
TraceTranscriptLogger() |
Initializes a new instance of the TraceTranscriptLogger class. |
TraceTranscriptLogger(Boolean) |
Initializes a new instance of the TraceTranscriptLogger class. |
TraceTranscriptLogger()
Initializes a new instance of the TraceTranscriptLogger class.
public TraceTranscriptLogger ();
Public Sub New ()
Applies to
TraceTranscriptLogger(Boolean)
Initializes a new instance of the TraceTranscriptLogger class.
public TraceTranscriptLogger (bool traceActivity);
new Microsoft.Bot.Builder.TraceTranscriptLogger : bool -> Microsoft.Bot.Builder.TraceTranscriptLogger
Public Sub New (traceActivity As Boolean)
Parameters
- traceActivity
- Boolean
Indicates if trace information should be logged.