/**
 * license (MIT) Copyright Nubisa Inc. 2014
 */

package jxm;

public enum LogLevel {
    Informative,
    Critical
}
