- applicationName
string applicationName [@property getter]
 Gets the name of the application.
- authToken
string authToken [@property getter]
 - ipAddress
string ipAddress [@property getter]
 - 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]
 - requestBody
string requestBody [@property getter]
 - requestHeaders
string requestHeaders [@property getter]
 Gets the request headers.
- requestMethod
HttpMethod requestMethod [@property getter]
 - requestUrl
string requestUrl [@property getter]
 - responseBody
string responseBody [@property getter]
 - responseHeaders
string responseHeaders [@property getter]
 Gets the response headers.
- responseStatusCode
HttpStatus responseStatusCode [@property getter]
 Gets the response status code.
Wrapper around a log result.