Logger Interface
Logger interface for logging events from a SharedTreeSemanticAgent.
This API is provided as an alpha preview and may change without notice.
To use, import via @fluidframework/tree-agent/alpha.
For more information about our API support guarantees, see here.
Signature
export interface Logger
Methods
| Method | Alerts | Return Type | Description |
|---|---|---|---|
| log(message) | Alpha | void | Log a message. |
Method Details
log
Log a message.
This API is provided as an alpha preview and may change without notice.
For more information about our API support guarantees, see here.
Signature
log(message: string): void;
Parameters
| Parameter | Type | Description |
|---|---|---|
| message | string |