/**
* This file is part of the source code and related artifacts for eGym Application.
*
* Copyright © 2013 eGym GmbH
*/
package de.egym.logqueue;
/**
* Defines internal log levels.
* <p>
* <em>The order defines the priority (from lowest to highest).</em>
* </p>
*/
public enum EgymLogLevel {
TRACE, DEBUG, INFO, WARN, ERROR
}