POST api/Diagnostics/Log

Forwards the log to the logging framework

Request Information

URI Parameters

None.

Body Parameters

Log to forward.

LogDto
NameDescriptionTypeAdditional information
Severity

string

Optional

Message

string

Optional

Request Formats

application/json, text/json

Sample:
{
  "Severity": "sample string 1",
  "Message": "sample string 2"
}

Response Information

Resource Description

None.