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

com.coalmine.connector.notification.Severity Maven / Gradle / Ivy

Go to download

Coalmine connector for Java. Coalmine (https://www.getcoalmine.com) is a cloud-based exception and error tracking service for your web apps.

The newest version!
package com.coalmine.connector.notification;

public enum Severity {

	/** Critical. App has crashed as a result. */
	ERROR,
	
	/** Failure, but the app is able to move on. */
	WARN,
	
	/** Important info about the app. */
	INFO,
	
	/** Information that will help debug possible future ERROR or WARNs */
	DEBUG,
	
	/** Any other kind of information. */
	TRACE
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy