GET /Logging/GetFormLogMessages
Returns a list of form log messages.
Query Parameters
Parameter | Type | Description |
---|
filter | String | String containing a valid query filter. |
days | Int | Number of days to include. |
rows | Int | Number of rows to include. |
priority | Int | Priority ranking. |
PUT /Logging/{id}/NewMessage
Creates a new logging message.
Route Parameters
Parameter | Type | Description |
---|
id* | Guid | The logging id. |
Body Parameters
Parameter | Type | Description |
---|
application* | String | Name of the application being logged. |
text* | String | The logging message. |
stack* | String | Stack trace information. |