Debugger.Log(Int32, String, String) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
연결된 디버거에 대한 메시지를 게시합니다.
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자보다 긴 문자열은 잘립니다.