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

scouter.agent.trace.enums.XLogDiscard Maven / Gradle / Ivy

There is a newer version: 2.20.0
Show newest version
package scouter.agent.trace.enums;

/**
 * Created by gunlee on 2017. 7. 7.
 */
public enum XLogDiscard {
	DISCARD_ALL,
	DISCARD_PROFILE,
    NONE
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy