Removing time informatin from java.util.logging
Hi,
I am using the logging api in java 1.4.2 and was wondering how to remove the data, time, class and method information which is outputed before each log entry, such as:
Mar 24, 2004 11:27:06 AM pluginManager.MyClassLoader getAllJars
Any advice would be appriciated.
Ck

