Removed the LogLevelType.java file
This commit is contained in:
parent
bbf1232684
commit
2532257f53
@ -1,15 +0,0 @@
|
||||
package de.gnmyt.SQLToolkit.types;
|
||||
|
||||
public enum LogLevelType {
|
||||
|
||||
NONE("Sends nothing"),
|
||||
LOW("Sends Warnings & Errors"),
|
||||
ALL("Sends Infos, Warnings & Errors");
|
||||
|
||||
/**
|
||||
* Basic constructor for the LogLevelType enum
|
||||
* @param info Info for documentation
|
||||
*/
|
||||
LogLevelType(String info) { }
|
||||
|
||||
}
|
Reference in New Issue
Block a user