LogMessage
in package
The log message notification is sent from the server to the client to ask the client to log a particular message.
Table of Contents
Properties
Methods
- __construct() : mixed
Properties
$message
The actual message
public
string
$message
$type
The message type. See {@link MessageType}
public
int
$type
Tags
Methods
__construct()
public
__construct(int $type, string $message) : mixed
Parameters
- $type : int
- $message : string