Class DiagnosticsClient
このページの翻訳はAIによって自動的に行われました。可能な限り正確な翻訳を心掛けていますが、原文と異なる表現や解釈が含まれる場合があります。正確で公式な情報については、必ず英語の原文をご参照ください。
Contains functionality to get diagnostics, debug information and warnings from the SDK and its internals.
Inheritance
Namespace: Stylelabs.M.Sdk.WebClient.Diagnostics
Assembly: Stylelabs.M.Sdk.WebClient.dll
Syntax
Properties
HttpLogging
Gets or sets how detailed HTTP requests and responses should be logged. This will be logged at level.
Declaration
Property Value
| Type | Description |
|---|---|
| HttpLogging |
Remarks
Defaults to Minimal.
LogCaching
Gets or sets whether caching need to be logged. This will be logged at level.
Declaration
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Remarks
Defaults to true.
Logger
Declaration
Property Value
| Type | Description |
|---|---|
| ILogger |
LogResilience
Gets or sets whether resilience related actions need to be logged (retries, timeouts, throttling...). This will be logged at level.
Declaration
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Remarks
Defaults to true.
LogWarnings
Gets or sets whether warnings should be logged. This will be logged at level.
Declaration
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Remarks
Defaults to true.