public final class ClockFactory extends Object
Clock
objects.Modifier and Type | Field and Description |
---|---|
static String |
PROPERTY_NAME
Name of the system property that can be used to specify a
Clock
implementation class. |
public static final String PROPERTY_NAME
Clock
implementation class.public static Clock getClock()
Clock
instance depending on the value of system
property "AsyncLogger.Clock"
.
If system property AsyncLogger.Clock=CachedClock
is specified,
this method returns an instance of CachedClock
. If system
property AsyncLogger.Clock=CoarseCachedClock
is specified, this
method returns an instance of CoarseCachedClock
.
If another value is specified, this value is taken as the fully qualified
class name of a class that implements the Clock
interface. An
object of this class is instantiated and returned.
If no value is specified, or if the specified value could not correctly
be instantiated or did not implement the Clock
interface, then an
instance of SystemClock
is returned.
Clock
instanceCopyright © 1999-2014 Apache Software Foundation. All Rights Reserved.
Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, the Apache Logging project logo, and the Apache Log4j logo are trademarks of The Apache Software Foundation.