SqlClientLogger.LogInfo(String, String, String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
透過目前執行個體類型的指定方法記錄資訊。
public:
void LogInfo(System::String ^ type, System::String ^ method, System::String ^ message);
public void LogInfo (string type, string method, string message);
member this.LogInfo : string * string * string -> unit
Public Sub LogInfo (type As String, method As String, message As String)
參數
- type
- String
要記錄的類型。
- method
- String
記錄方法。
- message
- String
要記錄的訊息。