LogResult

Wrapper around a log result.

Members

Functions

toString
string toString()

Gets the log result as a loggable string, fit for ex. file-logs.

Properties

applicationName
string applicationName [@property getter]

Gets the name of the application.

authToken
string authToken [@property getter]

Gets the auth token.

ipAddress
string ipAddress [@property getter]

Gets the ip address.

logToken
string logToken [@property getter]

Gets the unique token for the log result.

logType
LogType logType [@property getter]

Gets the type of the log.

message
string message [@property getter]

Gets the message.

requestBody
string requestBody [@property getter]

Gets the request body.

requestHeaders
string requestHeaders [@property getter]

Gets the request headers.

requestMethod
HttpMethod requestMethod [@property getter]

Gets the request method.

requestUrl
string requestUrl [@property getter]

Gets the request url.

responseBody
string responseBody [@property getter]

Gets the response body.

responseHeaders
string responseHeaders [@property getter]

Gets the response headers.

responseStatusCode
HttpStatus responseStatusCode [@property getter]

Gets the response status code.

Meta