final | |
---|---|
readonly | |
extends |
Notification |
implements |
ServerNotification |
Notification of a log message passed from server to client. If no logging/setLevel
request has been sent
from the client, the server MAY decide which messages to send automatically.
Methods | ||
---|---|---|
public
|
__construct(non-empty-string $jsonrpc, mixed $data, LoggingLevel $level, null|string $logger = null)
|
# |
Methods inherited from Nexus\Mcp\Message\Notification |
---|
toArray() |
Methods inherited from Nexus\Mcp\Message\Message |
---|
jsonSerialize() |
Constants inherited from Nexus\Mcp\Message\Message |
---|
|
Properties | |||
---|---|---|---|
public
|
mixed
|
$data
|
# |
public
|
LoggingLevel
|
$level
|
# |
public
|
null|string
|
$logger
|
# |
Properties inherited from Nexus\Mcp\Message\Notification |
---|
$method, $params |
Properties inherited from Nexus\Mcp\Message\Message |
---|
$jsonrpc |