View Source GenLSP.Notifications.WindowLogMessage (gen_lsp v0.10.0)
The log message notification is sent from the server to the client to ask the client to log a particular message.
Message Direction: serverToClient
Link to this section Summary
Link to this section Types
@type t() :: %GenLSP.Notifications.WindowLogMessage{ jsonrpc: String.t(), method: String.t(), params: GenLSP.Structures.LogMessageParams.t() | nil }