Initial commit for handling forms

This commit is contained in:
2024-03-31 11:02:51 +02:00
parent c7120cc26c
commit 964bfc85fa
13 changed files with 245 additions and 16 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ public class Logger {
Logger.altitudeLogs = new AltitudeLogs().setTimeFormat("[HH:mm:ss] ");
try {
Logger.altitudeLogs
.setLogPath(new File(AltitudeBot.getInstance().getDataFolder()).getParent() + File.separator + "logs")
.setLogPath(new File(AltitudeBot.getInstance().getDataFolder()) + File.separator + "logs")
.setLogName("debug.log", LogLevel.DEBUG)
.setLogName("info.log", LogLevel.INFO)
.setLogName("warning.log", LogLevel.WARNING)