From: Sebastian R. <seb...@go...> - 2011-02-05 20:05:52
|
Am 04.02.2011 um 01:18 schrieb Jorge Santos Simón: > Hello, > > You should define the "PlayerClient.debug" property, for example in > java command line: > > java ....... -DPlayerClient.debug ...... YourApp > > The standard java log configuration just log INFO messages and above > on console. To > enable more log levels, you must write your own log configuration file > or modify the level > in the JRE file logging.properties. > > Hope this help Thanks, I got it running with Eclipse. I wrote my own properties file for convenience. Sebastian |