sendLoggingMessage

suspend fun sendLoggingMessage(sessionId: String, notification: LoggingMessageNotification)(source)

Triggers ServerSession.sendLoggingMessage for session by provided sessionId.

Parameters

sessionId

The session ID to send the logging message to.

notification

The logging message notification.