resource-registry-management/src/main/java/org/gcube/portlets/admin/resourcemanagement/client/widgets/console/ConsoleLogSeverity.java

28 lines
1.1 KiB
Java

/****************************************************************************
* This software is part of the gCube Project.
* Site: http://www.gcube-system.org/
****************************************************************************
* The gCube/gCore software is licensed as Free Open Source software
* conveying to the EUPL (http://ec.europa.eu/idabc/eupl).
* The software and documentation is provided by its authors/distributors
* "as is" and no expressed or
* implied warranty is given for its use, quality or fitness for a
* particular case.
****************************************************************************
* Filename: ConsoleLogSeverity.java
****************************************************************************
* @author <a href="mailto:daniele.strollo@isti.cnr.it">Daniele Strollo</a>
***************************************************************************/
package org.gcube.portlets.admin.resourcemanagement.client.widgets.console;
public enum ConsoleLogSeverity {
INFO,
LOG,
TRACE,
DEBUG,
WARNING,
ERROR,
FATAL;
}