Logs
Logs are polymorphic objects and can be attached to any other object.
Logs are meant to document information and movement of other objects within the PagerTree application.
The Log Object
Property | Type | Description |
---|---|---|
format | string | The format of the log. |
level | string | The level of the log. |
owner_id | string | The owner ID of the log. |
owner_type | string | The model type of the owner of the log. |
details | hash | :message, :sublogs |
Retrieve a Log
List all Logs
Last updated