> Hello,
>
> I want to set the logging level of the java VM.
> Is it even possible to increase the logging output of standard java
> code?
java -verbose:gc
java -verbose:class
java -verbose:jni
Not quite sure what it is exactly you want to log: there are hundreds of
potential areas one could log.

Signature
Beware of bugs in the above code; I have only proved it correct, not
tried it. -- Donald E. Knuth