Delen via


LogAction(String, String, Int32) Constructor

Definitie

Initialiseert een nieuw exemplaar van de LogAction klasse.

public LogAction(string text = default, string callerPath = "", int callerLine = 0);
new Microsoft.Bot.Builder.Dialogs.Adaptive.Actions.LogAction : string * string * int -> Microsoft.Bot.Builder.Dialogs.Adaptive.Actions.LogAction
Public Sub New (Optional text As String = Nothing, Optional callerPath As String = "", Optional callerLine As Integer = 0)

Parameters

text
String

Optioneel, LG-expressie om te registreren.

callerPath
String

Optioneel, volledig pad naar bronbestand.

callerLine
Int32

Optioneel, regelnummer in bronbestand.

Van toepassing op