Uses of Interface
gw.util.ILogger
-
Packages that use ILogger Package Description editor.util gw.internal.gosu.parser gw.lang.reflect gw.util gw.util.concurrent -
-
Uses of ILogger in editor.util
Methods in editor.util with parameters of type ILogger Modifier and Type Method Description static TaskQueue
TaskQueue. getInstance(ILogger logger, String strQueueName)
Fetch a TaskQueue by name.void
TaskQueue. setILogger(ILogger logger)
-
Uses of ILogger in gw.internal.gosu.parser
Methods in gw.internal.gosu.parser that return ILogger Modifier and Type Method Description ILogger
DefaultEntityAccess. getLogger()
-
Uses of ILogger in gw.lang.reflect
Methods in gw.lang.reflect that return ILogger Modifier and Type Method Description ILogger
IEntityAccess. getLogger()
-
Uses of ILogger in gw.util
Classes in gw.util that implement ILogger Modifier and Type Class Description class
SystemOutLogger
-
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.
-