LoggingMessageNotification
data class LoggingMessageNotification(val params: LoggingMessageNotificationParams) : ServerNotification(source)
A notification of a log message passed from server to client.
If no SetLevelRequest has been sent from the client, the server MAY decide which messages to send automatically.