com.coalmine.connector.notification.Severity Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of coalmine-connector Show documentation
Show all versions of coalmine-connector Show documentation
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