All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.microsoft.rest.v2.http.HttpPipelineLogLevel Maven / Gradle / Ivy

/**
 * Copyright (c) Microsoft Corporation. All rights reserved.
 * Licensed under the MIT License. See License.txt in the project root for
 * license information.
 */

package com.microsoft.rest.v2.http;

/**
 * The different levels of logs from HttpPipeline's RequestPolicies.
 */
public enum HttpPipelineLogLevel {
    /**
     * A log level that indicates that no logs will be logged.
     */
    OFF,

    /**
     * An error log.
     */
    ERROR,

    /**
     * A warning log.
     */
    WARNING,

    /**
     * An information log.
     */
    INFO
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy