package com.xfestudio.xfeservermanager.api.event;

public enum ManagementSeverity {
    DEBUG,
    INFO,
    WARNING,
    ERROR,
    CRITICAL
}
