Uses of Class
org.peace_tools.generic.Log

Packages that use Log
org.peace_tools.generic Provides a generic set of application-independent classes for performing standard GUI operations. 
org.peace_tools.views Contains the classes that provide views for the various data objects in the GUI. 
 

Uses of Log in org.peace_tools.generic
 

Subclasses of Log in org.peace_tools.generic
 class ProgrammerLog
          Top-level logging class for creating programmer logs.
 class UserLog
          Top-level logging class for creating user logs.
 

Uses of Log in org.peace_tools.views
 

Fields in org.peace_tools.views declared as Log
protected  Log LogPane.log
          This instance variable holds a reference to the actual log class from which this log pane is displaying log entries.
 

Constructors in org.peace_tools.views with parameters of type Log
LogPane(Log log, boolean createLevelControl)
          A constructor for the LogPane.