ILanguageServerLogger.LogInformation(String, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.