From 92f17913ca6ad4e630092c7abd5b6b8ce9e99f73 Mon Sep 17 00:00:00 2001 From: Endolf Date: Thu, 31 May 2018 21:07:03 +0100 Subject: [PATCH] Add information on log level changes. --- coreAPI/src/main/java/net/java/games/input/package.html | 1 + 1 file changed, 1 insertion(+) diff --git a/coreAPI/src/main/java/net/java/games/input/package.html b/coreAPI/src/main/java/net/java/games/input/package.html index 9e26d81..58c075f 100644 --- a/coreAPI/src/main/java/net/java/games/input/package.html +++ b/coreAPI/src/main/java/net/java/games/input/package.html @@ -9,5 +9,6 @@ Top level package for JInput. Use -Djinput.useDefaultPlugin=false (or net.java.games.input.useDefaultPlugin=false) to disable automatic loading of the default plugin for the platform.
Use -Djinput.plugins (or net.java.games.input.plugins) and specifiy a list of class name to over ride the plugins system. This will force the classes passed to be loaded first, then plugins will be searched for in the default manner (./controller/*.jar)
Use -Djinput.controllerPluginPath to change the path the plugins mechanism will use to search for plugin Jars. +Use -Djinput.loglevel to change the logging level using Java util logging level strings. \ No newline at end of file