Enum HttpLogging
Version: 3.2
Contains values for how much HTTP details should be logged.
Namespace: StylelabsStylelabs.MSdkWebClientDiagnostics
Assembly: Stylelabs.M.Sdk.WebClient.dll
Syntax
RequestResponse
public enum HttpLoggingFields
| Name | Description |
|---|---|
| Full |
Logs (almost) all information about requests and responses. |
| Minimal |
Only the request verb and URL, along with the HTTP response status code. |
| None |
Nothing will be logged. |