Uses of Interface
org.apache.logging.log4j.core.async.Clock

Packages that use Clock
org.apache.logging.log4j.core.async Provides Asynchronous Logger classes and interfaces for low-latency logging. 
 

Uses of Clock in org.apache.logging.log4j.core.async
 

Classes in org.apache.logging.log4j.core.async that implement Clock
 class CachedClock
          Implementation of the Clock interface that tracks the time in a private long field that is updated by a background thread once every millisecond.
 class CoarseCachedClock
          This Clock implementation is similar to CachedClock.
 class SystemClock
          Implementation of the Clock interface that returns the system time.
 

Methods in org.apache.logging.log4j.core.async that return Clock
static Clock ClockFactory.getClock()
          Returns a Clock instance depending on the value of system property "AsyncLogger.Clock".
 



Copyright © 1999-2013 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.