Enum HttpLogging
Contains values for how much HTTP details should be logged.
Namespace: StylelabsStylelabs.MSdkWebClientDiagnostics
Assembly: Stylelabs.M.Sdk.WebClient.dll
Syntax
RequestResponse
public enum HttpLogging
Fields
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. |