Udostępnij przez


ILanguageServerLogger.LogInformation(String, Object) Method

Definition

Log information message.

public void LogInformation(string message, object data = default);
abstract member LogInformation : string * obj -> unit
Public Sub LogInformation (message As String, Optional data As Object = Nothing)

Parameters

message
String

Message.

data
Object

Additional Data to log.

Applies to