Uses of Class
heurgame.logging.LogItem

Packages that use LogItem
heurgame.logging   
heurgame.ui   
 

Uses of LogItem in heurgame.logging
 

Methods in heurgame.logging with parameters of type LogItem
 void LogReader.readLog(java.lang.String who, int priority, LogItem information)
          Callback method from Log when it receives new information.
 void DebugLogReader.readLog(java.lang.String who, int priority, LogItem information)
          Performs the actual printing
 

Uses of LogItem in heurgame.ui
 

Methods in heurgame.ui with parameters of type LogItem
 void GraphicalLogInterface.readLog(java.lang.String who, int priority, LogItem information)