1. DiagnosticsClient

Class DiagnosticsClient

Version:
日本語翻訳に関する免責事項

このページの翻訳はAIによって自動的に行われました。可能な限り正確な翻訳を心掛けていますが、原文と異なる表現や解釈が含まれる場合があります。正確で公式な情報については、必ず英語の原文をご参照ください。

Contains functionality to get diagnostics, debug information and warnings from the SDK and its internals.

Inheritance
System.Object
DiagnosticsClient
Namespace: Stylelabs.M.Sdk.WebClient.Diagnostics
Assembly: Stylelabs.M.Sdk.WebClient.dll
Syntax
public static class DiagnosticsClient : object

Properties

HttpLogging

Gets or sets how detailed HTTP requests and responses should be logged. This will be logged at level.

Declaration
public static HttpLogging HttpLogging { get; set; }
Property Value
TypeDescription
HttpLogging
Remarks

Defaults to Minimal.

LogCaching

Gets or sets whether caching need to be logged. This will be logged at level.

Declaration
public static bool LogCaching { get; set; }
Property Value
TypeDescription
System.Boolean
Remarks

Defaults to true.

Logger

Declaration
public static ILogger Logger { get; set; }
Property Value
TypeDescription
ILogger

LogResilience

Gets or sets whether resilience related actions need to be logged (retries, timeouts, throttling...). This will be logged at level.

Declaration
public static bool LogResilience { get; set; }
Property Value
TypeDescription
System.Boolean
Remarks

Defaults to true.

LogWarnings

Gets or sets whether warnings should be logged. This will be logged at level.

Declaration
public static bool LogWarnings { get; set; }
Property Value
TypeDescription
System.Boolean
Remarks

Defaults to true.

この記事を改善するための提案がある場合は、 お知らせください!