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

se.l4.vibe.event.EventSeverity Maven / Gradle / Ivy

There is a newer version: 0.4.0
Show newest version
package se.l4.vibe.event;

/**
 * Different levels of severity for events.
 * 
 * @author Andreas Holstenson
 *
 */
public enum EventSeverity
{
	/**
	 * Event indicates debug information.
	 */
	DEBUG,
	/**
	 * Event indicates general information.
	 */
	INFO,
	/**
	 * Event indicates a system warning.
	 */
	WARN,
	/**
	 * Event indicates a system error.
	 */
	ERROR,
	/**
	 * Event indicates a critical system error.
	 */
	CRITICAL
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy