ILanguageServerLogger.LogWarning(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 warning message.
public void LogWarning(string message, object data = default);
abstract member LogWarning : string * obj -> unit
Public Sub LogWarning (message As String, Optional data As Object = Nothing)
Parameters
- message
- String
Warning Message.
- data
- Object
Additional Data to log.