POST nlog/log

Request Information

URI Parameters

None.

Body Parameters

NLogBindingModel
NameDescriptionTypeAdditional information
SourceType

string

None.

Host

string

None.

Level

string

None.

CallSite

string

None.

Type

string

None.

Message

string

None.

StackTrace

string

None.

InnerException

string

None.

AdditionalInfo

string

None.

Request Formats

application/json, text/json

Sample:
{
  "SourceType": "sample string 1",
  "Host": "sample string 2",
  "Level": "sample string 3",
  "CallSite": "sample string 4",
  "Type": "sample string 5",
  "Message": "sample string 6",
  "StackTrace": "sample string 7",
  "InnerException": "sample string 8",
  "AdditionalInfo": "sample string 9"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.