public final class MsDecor extends Object implements Formattable
For example:
final long start = System.currentTimeMillis(); // some operations Logger.debug("completed in %[ms]s", System.currentTimeMillis() - start);
public MsDecor(Long msec)
msec
- The interval in millisecondspublic void formatTo(Formatter formatter, int flags, int width, int precision)
formatTo
in interface Formattable
Copyright © 2012 jcabi.com. All Rights Reserved.