Enum HttpLogging
Contains values for how much HTTP details should be logged.
Namespace: Stylelabs.M.Sdk.WebClient.Diagnostics
Assembly: Stylelabs.M.Sdk.WebClient.dll
Syntax
public enum HttpLogging : int
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. |
Can we improve this article ? Provide feedback