org.jvnet.hudson.test
Class MilliSecLogFormatter
java.lang.Object
java.util.logging.Formatter
org.jvnet.hudson.test.MilliSecLogFormatter
public class MilliSecLogFormatter
- extends Formatter
Formatter that prints out milliseconds.
Useful when one needs to understand sub-second timing issues.
- Author:
- Kohsuke Kawaguchi
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MilliSecLogFormatter
public MilliSecLogFormatter()
format
public String format(LogRecord record)
- Specified by:
format in class Formatter
Copyright © 2004-2014. All Rights Reserved.