Uses of Interface
gw.util.ILogger
-
Packages that use ILogger Package Description gw.lang.reflect gw.util gw.util.concurrent -
-
Uses of ILogger in gw.lang.reflect
Methods in gw.lang.reflect that return ILogger Modifier and Type Method Description ILoggerIEntityAccess. getLogger() -
Uses of ILogger in gw.util
Classes in gw.util that implement ILogger Modifier and Type Class Description classSystemOutLogger -
Uses of ILogger in gw.util.concurrent
Methods in gw.util.concurrent with parameters of type ILogger Modifier and Type Method Description Cache<K,V>Cache. logEveryNSeconds(int seconds, ILogger logger)Sets up a recurring task every n seconds to report on the status of this cache.
-