Debugger.Log(Int32, String, String) 메서드

정의

연결된 디버거에 대한 메시지를 게시합니다.

public:
 static void Log(int level, System::String ^ category, System::String ^ message);
public static void Log (int level, string? category, string? message);
public static void Log (int level, string category, string message);
static member Log : int * string * string -> unit
Public Shared Sub Log (level As Integer, category As String, message As String)

매개 변수

level
Int32

메시지의 중요성에 대한 설명입니다.

category
String

메시지의 범주입니다.

message
String

표시할 메시지입니다.

설명

연결된 디버거가 없으면 이 메서드는 영향을 주지 않습니다. 디버거는 설정에 따라 메시지를 보고하거나 보고하지 않을 수 있습니다.

참고

category 매개 변수는 256자로 제한됩니다. 256자보다 긴 문자열은 잘립니다.

적용 대상