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 文字を超える文字列は切り捨てられます。

適用対象