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
Fields in editor.util declared as ILogger Modifier and Type Field Description private ILoggerTaskQueue. _loggerMethods in editor.util with parameters of type ILogger Modifier and Type Method Description static TaskQueueTaskQueue. getInstance(ILogger logger, java.lang.String strQueueName)Fetch a TaskQueue by name.voidTaskQueue. setILogger(ILogger logger)Constructors in editor.util with parameters of type ILogger Constructor Description TaskQueue(ILogger logger, java.lang.String strName)Use one of the getInstance() methods to create a TaskQueue. -
Uses of ILogger in gw.internal.gosu.parser
Methods in gw.internal.gosu.parser that return ILogger Modifier and Type Method Description ILoggerDefaultEntityAccess. getLogger() -
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.
-