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

com.netflix.curator.utils.DebugUtils Maven / Gradle / Ivy

There is a newer version: 1.3.3
Show newest version
package com.netflix.curator.utils;

public class DebugUtils
{
    public static final String          PROPERTY_LOG_EVENTS = "curator-log-events";
    public static final String          PROPERTY_DONT_LOG_CONNECTION_ISSUES = "curator-dont-log-connection-problems";

    private DebugUtils()
    {
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy