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

[311 byte] By [chuck_113] at [2007-9-30 4:12:56]
# 1
I guess you could write your own log formatter (see java.util.logging.Formatter) and just not include any time information in the formatted log entry.
scorbett at 2007-7-1 12:17:41 > top of Java-index,Administration Tools,Sun Connection...