다음을 통해 공유


LogAction(String, String, Int32) 생성자

정의

LogAction 클래스의 새 인스턴스를 초기화합니다.

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)

매개 변수

text
String

선택적, 로깅할 LG 식입니다.

callerPath
String

선택적 소스 파일 전체 경로입니다.

callerLine
Int32

원본 파일의 선택적 줄 번호입니다.

적용 대상