Uses of Interface
heurgame.logging.LogWriter

Packages that use LogWriter
heurgame.logging   
 

Uses of LogWriter in heurgame.logging
 

Classes in heurgame.logging that implement LogWriter
 class LogBox
           
 

Methods in heurgame.logging with parameters of type LogWriter
 void DefaultLog.addLogWriter(LogWriter w)
           
 void DefaultLog.removeLogWriter(LogWriter w)
           
abstract  void AbstractLog.addLogWriter(LogWriter w)
          Adds the LogWriter to its pickup.
abstract  void AbstractLog.removeLogWriter(LogWriter w)
          Removes the LogWriter from pickup.