logMessage

langoustine.lsp.requests.window.logMessage
object logMessage extends LSPNotification

The log message notification is sent from the server to the client to ask the client to log a particular message.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
logMessage.type

Members list

Type members

Types

Value members

Concrete methods

override def apply(in: LogMessageParams): PreparedNotification[this.type]

Attributes

Definition Classes

Inherited fields

val notificationMethod: String

Attributes

Inherited from:
LSPNotification

Givens

Inherited givens

given inputReader: Reader[In]

Attributes

Inherited from:
notifications_window_logMessage (hidden)
given inputWriter: Writer[In]

Attributes

Inherited from:
notifications_window_logMessage (hidden)