Uses of Interface
gw.util.ILogger
Packages that use ILogger
-
Uses of ILogger in editor.util
Fields in editor.util declared as ILoggerMethods in editor.util with parameters of type ILoggerModifier and TypeMethodDescriptionstatic TaskQueueTaskQueue.getInstance(ILogger logger, String strQueueName) Fetch a TaskQueue by name.voidTaskQueue.setILogger(ILogger logger) Constructors in editor.util with parameters of type ILogger -
Uses of ILogger in gw.internal.gosu.parser
Methods in gw.internal.gosu.parser that return ILogger -
Uses of ILogger in gw.lang.reflect
Methods in gw.lang.reflect that return ILogger -
Uses of ILogger in gw.util
-
Uses of ILogger in gw.util.concurrent
Methods in gw.util.concurrent with parameters of type ILoggerModifier and TypeMethodDescriptionCache.logEveryNSeconds(int seconds, ILogger logger) Sets up a recurring task every n seconds to report on the status of this cache.