Logging
- 23 May 2023
- 1 Minuto para leer
- Colaboradores
- Impresión
- OscuroLigero
Logging
- Actualizado en 23 May 2023
- 1 Minuto para leer
- Colaboradores
- Impresión
- OscuroLigero
The content is currently unavailable in Spanish. You are viewing the default English version.
Resumen del artículo
¿Te ha resultado útil este resumen?
Gracias por sus comentarios
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. |
¿Te ha sido útil este artículo?