
io.tracee.contextlogger.data.Order Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tracee-context-logger-impl Show documentation
Show all versions of tracee-context-logger-impl Show documentation
Please refer to https://github.com/holisticon/tracee.
The newest version!
package io.tracee.contextlogger.data;
/**
* Order of known providers is defined here
* Created by Tobias Gindler, holisticon AG on 14.03.14.
*/
public final class Order {
@SuppressWarnings("unused")
private Order() {
// hide constructor
}
public static final int COMMON = 0;
public static final int TRACEE = 10;
public static final int WATCHDOG = 15;
public static final int SERVLET = 20;
public static final int JAXWS = 30;
public static final int EJB = 40;
public static final int JMS = 41;
public static final int EXCEPTION = 80;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy