Solved crash on 1.8, removed SLF4J warning and more

This commit is contained in:
Carlos
2019-08-26 21:45:33 +02:00
parent 02c4fd9a63
commit 206f62f81f
4 changed files with 25 additions and 5 deletions

7
simplelogger.properties Normal file
View File

@ -0,0 +1,7 @@
org.slf4j.simpleLogger.logFile=System.out
org.slf4j.simpleLogger.defaultLogLevel=off
org.slf4j.simpleLogger.showDateTime=true
org.slf4j.simpleLogger.dateTimeFormat=yyyy-MM-dd HH:mm:ss.SSS
org.slf4j.simpleLogger.showThreadName=false
org.slf4j.simpleLogger.showLogName=false
org.slf4j.simpleLogger.levelInBrackets=true