org.jvnet.hudson.test
Class MilliSecLogFormatter

java.lang.Object
  extended by java.util.logging.Formatter
      extended by 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

Constructor Summary
MilliSecLogFormatter()
           
 
Method Summary
 String format(LogRecord record)
           
 
Methods inherited from class java.util.logging.Formatter
formatMessage, getHead, getTail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MilliSecLogFormatter

public MilliSecLogFormatter()
Method Detail

format

public String format(LogRecord record)
Specified by:
format in class Formatter


Copyright © 2004-2014. All Rights Reserved.