Log

mill.rpc.MillRpcServerToClient.Log
final case class Log[+Data](message: Message)

We want to send a message to be logged in the client.

Attributes

Source
MillRpcServerToClient.scala

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product