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

de.holisticon.util.tracee.contextlogger.watchdog.Constants Maven / Gradle / Ivy

The newest version!
package de.holisticon.util.tracee.contextlogger.watchdog;

/**
 * Constants class for watchdog.
 * Created by Tobias Gindler on 07.03.14.
 */
public final class Constants {

    @SuppressWarnings("unused")
    private Constants() {

    }

    public static final String SYSTEM_PROPERTY_IS_ACTIVE = "de.holisticon.util.tracee.contextlogger.watchdog.Watchdog.isActive";
    public static final String TRACEE_ATTRIBUTE_NAME = "context-info-stack";
    public static final String SEPARATOR = "|||---|||";

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy