SqlClientLogger.LogError(String, String, String) Yöntem

Tanım

Geçerli örnek türünün belirtilen yöntemiyle bir hatayı günlüğe kaydeder.

public:
 void LogError(System::String ^ type, System::String ^ method, System::String ^ message);
public void LogError(string type, string method, string message);
member this.LogError : string * string * string -> unit
Public Sub LogError (type As String, method As String, message As String)

Parametreler

type
String

Günlüğe kaydedilecek tür.

method
String

Günlük yöntemi.

message
String

Günlüğe kaydedilecek ileti.

Şunlara uygulanır