次の方法で共有


LogConstants クラス

  • java.lang.Object
    • com.microsoft.azure.storage.core.LogConstants

public class LogConstants

内部使用のために予約されています。 クライアント ライブラリによって生成できるログ メッセージの標準セットを提供します。

フィールドの概要

修飾子と型 フィールドと説明
final String COMPLETE
final String DO_NOT_RETRY_POLICY
final String DO_NOT_RETRY_TIMEOUT
final String ERROR_RECEIVING_RESPONSE
final String GET_RESPONSE
final String INIT_LOCATION
final String NEXT_LOCATION
final String POST_PROCESS
final String POST_PROCESS_DONE
final String PRE_PROCESS
final String PRE_PROCESS_DONE
final String RESPONSE_RECEIVED
final String RETRY
final String RETRY_CHECK
final String RETRY_DELAY
final String RETRY_INFO
final String RETRYABLE_EXCEPTION
final String SIGNING
final String START_REQUEST
final String STARTING
final String UNEXPECTED_RESULT_OR_EXCEPTION
final String UNRETRYABLE_EXCEPTION
final String UPLOAD
final String UPLOADDONE

フィールドの詳細

COMPLETE

public static final String COMPLETE= "Operation completed."

DO_NOT_RETRY_POLICY

public static final String DO_NOT_RETRY_POLICY= "Retry policy did not allow for a retry. Failing. Error Message = '%s'."

DO_NOT_RETRY_TIMEOUT

public static final String DO_NOT_RETRY_TIMEOUT= "Operation cannot be retried because maximum execution timeout has been reached. Failing. Inner error Message = '%s'."

ERROR_RECEIVING_RESPONSE

public static final String ERROR_RECEIVING_RESPONSE= "A network error occurred before the HTTP response status and headers were received."

GET_RESPONSE

public static final String GET_RESPONSE= "Waiting for response."

INIT_LOCATION

public static final String INIT_LOCATION= "Starting operation with location '%s' per location mode '%s'."

NEXT_LOCATION

public static final String NEXT_LOCATION= "The next location has been set to '%s', per location mode '%s'."

POST_PROCESS

public static final String POST_PROCESS= "Processing response body."

POST_PROCESS_DONE

public static final String POST_PROCESS_DONE= "Response body was parsed successfully."

PRE_PROCESS

public static final String PRE_PROCESS= "Processing response headers."

PRE_PROCESS_DONE

public static final String PRE_PROCESS_DONE= "Response headers were processed successfully."

RESPONSE_RECEIVED

public static final String RESPONSE_RECEIVED= "Response received. Status code = '%d', Request ID = '%s', Content-MD5 = '%s', ETag = '%s', Date = '%s'."

RETRY

public static final String RETRY= "Retrying failed operation."

RETRY_CHECK

public static final String RETRY_CHECK= "Checking if the operation should be retried. Retry count = '%d', HTTP status code = '%d', Error Message = '%s'."

RETRY_DELAY

public static final String RETRY_DELAY= "Operation will be retried after '%d'ms."

RETRY_INFO

public static final String RETRY_INFO= "The retry policy set the next location to '%s' and updated the location mode to '%s'."

RETRYABLE_EXCEPTION

public static final String RETRYABLE_EXCEPTION= "Retryable exception thrown. Class = '%s', Message = '%s'."

SIGNING

public static final String SIGNING= "Signing %s"

START_REQUEST

public static final String START_REQUEST= "Starting request to '%s' at '%s'."

STARTING

public static final String STARTING= "Starting operation."

UNEXPECTED_RESULT_OR_EXCEPTION

public static final String UNEXPECTED_RESULT_OR_EXCEPTION= "Operation did not return the expected result or returned an exception."

UNRETRYABLE_EXCEPTION

public static final String UNRETRYABLE_EXCEPTION= "Un-retryable exception thrown. Class = '%s', Message = '%s'."

UPLOAD

public static final String UPLOAD= "Writing request data."

UPLOADDONE

public static final String UPLOADDONE= "Request data was written successfully."

適用対象