Logging


 GET   /Logging/GetFormLogMessages


Returns a list of form log messages.

Query Parameters
ParameterTypeDescription
filterStringString containing a valid query filter.
daysIntNumber of days to include.
rowsIntNumber of rows to include.
priorityIntPriority ranking.


 PUT   /Logging/{id}/NewMessage


Creates a new logging message.

Route Parameters
ParameterTypeDescription
id*GuidThe logging id.
Body Parameters
ParameterTypeDescription
application*StringName of the application being logged.
text*StringThe logging message.
stack*StringStack trace information.