Uses of Class
edu.rice.cs.util.Log

Packages that use Log
edu.rice.cs.drjava.model The model package is responsible for the majority of the logic and state in DrJava. 
edu.rice.cs.drjava.model.definitions Provides the data model for storing Java source code. 
edu.rice.cs.drjava.model.junit Contains the code for integration of the JUnit testing facility. 
edu.rice.cs.drjava.ui The ui package contains classes for the default user interface for DrJava. 
edu.rice.cs.util A collection of utility classes and packages. 
edu.rice.cs.util.newjvm This package is a system to allow the invocation and control of a new Java virtual machine. 
 

Uses of Log in edu.rice.cs.drjava.model
 

Fields in edu.rice.cs.drjava.model declared as Log
static Log GlobalModelTestCase._log
           
protected static Log GlobalModelCompileTest._log
           
static Log AbstractGlobalModel._log
           
 

Uses of Log in edu.rice.cs.drjava.model.definitions
 

Fields in edu.rice.cs.drjava.model.definitions declared as Log
static Log DefinitionsDocument._log
           
 

Uses of Log in edu.rice.cs.drjava.model.junit
 

Fields in edu.rice.cs.drjava.model.junit declared as Log
protected static Log JUnitTestManager._log
           
 

Uses of Log in edu.rice.cs.drjava.ui
 

Fields in edu.rice.cs.drjava.ui declared as Log
static Log DefinitionsPaneTest._log
           
static Log DrJavaSurveyPopup.LOG
           
static Log DrJavaErrorHandler.LOG
          Log to file.
 

Uses of Log in edu.rice.cs.util
 

Fields in edu.rice.cs.util declared as Log
static Log GeneralProcessCreator.LOG
           
 

Uses of Log in edu.rice.cs.util.newjvm
 

Fields in edu.rice.cs.util.newjvm declared as Log
protected static Log SlaveJVMRunner._log
           
protected static Log AbstractSlaveJVM._log
           
static Log AbstractMasterJVM._log