ch.qos.logback.core.util
Class CachingDateFormatter
java.lang.Object
ch.qos.logback.core.util.CachingDateFormatter
public class CachingDateFormatter
- extends Object
A synchronized implementation of SimpleDateFormat which uses caching internally.
- Since:
- 0.9.29
- Author:
- Ceki Gücü
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CachingDateFormatter
public CachingDateFormatter(String pattern)
format
public final String format(long now)
setTimeZone
public void setTimeZone(TimeZone tz)
Copyright © 2005-2013 QOS.ch. All Rights Reserved.