Level

public enum Level

Represents the level of a org.motechproject.admin.domain.StatusMessage, which is reflected on the UI. Message levels are taken into consideration when processing notification rules.

See also: org.motechproject.admin.domain.StatusMessage, org.motechproject.admin.domain.NotificationRule

Enum Constants

CRITICAL

public static final Level CRITICAL

DEBUG

public static final Level DEBUG

ERROR

public static final Level ERROR

INFO

public static final Level INFO

WARN

public static final Level WARN