Instance Methods
createEntry
(async) createEntry(value): Promise.<any>Create a new log entry with the given value.
Parameters
| Name | Type | Description |
|---|---|---|
value
|
number | boolean |
Returns
Promise.<any>
This class represents a Log in Insights. This class should not be instanced manually, but retrieved using a method in ManagerInsights instead.
Create a new log entry with the given value.
| Name | Type | Description |
|---|---|---|
value
|
number | boolean |