use simplelogger.properties
This commit is contained in:
parent
aa4a1de6f7
commit
d6ec9a1c6d
@ -28,9 +28,6 @@ import com.badlogic.gdx.backends.lwjgl.LwjglApplicationConfiguration;
|
||||
import com.badlogic.gdx.utils.SharedLibraryLoader;
|
||||
|
||||
public class GdxMapApp extends GdxMap {
|
||||
static {
|
||||
System.setProperty(org.slf4j.impl.SimpleLogger.DEFAULT_LOG_LEVEL_KEY, "TRACE");
|
||||
}
|
||||
|
||||
public static void init() {
|
||||
// load native library
|
||||
|
2
vtm-desktop/src/simplelogger.properties
Normal file
2
vtm-desktop/src/simplelogger.properties
Normal file
@ -0,0 +1,2 @@
|
||||
org.slf4j.simpleLogger.defaultLogLevel=debug
|
||||
#org.slf4j.simpleLogger.showThreadName=true
|
Loading…
x
Reference in New Issue
Block a user