
de.holisticon.util.tracee.contextlogger.watchdog.Constants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tracee-context-logger-watchdog Show documentation
Show all versions of tracee-context-logger-watchdog Show documentation
Please refer to https://github.com/holisticon/tracee.
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