Uses of Interface
org.eclipse.ocl.examples.debug.vm.utils.Log

Packages that use Log
org.eclipse.ocl.examples.debug.vm.core   
org.eclipse.ocl.examples.debug.vm.launching   
org.eclipse.ocl.examples.debug.vm.utils   
 

Uses of Log in org.eclipse.ocl.examples.debug.vm.core
 

Methods in org.eclipse.ocl.examples.debug.vm.core that return Log
 Log EvaluationContext.getLog()
           
 

Methods in org.eclipse.ocl.examples.debug.vm.core with parameters of type Log
 void EvaluationContext.setLog(Log log)
           
 

Uses of Log in org.eclipse.ocl.examples.debug.vm.launching
 

Methods in org.eclipse.ocl.examples.debug.vm.launching that return Log
 Log ExecutionContext.getLog()
           
 Log ExecutionContextImpl.getLog()
           
 

Uses of Log in org.eclipse.ocl.examples.debug.vm.utils
 

Classes in org.eclipse.ocl.examples.debug.vm.utils that implement Log
 class WriterLog
          A basic logger backed-up with Writer.
 

Fields in org.eclipse.ocl.examples.debug.vm.utils declared as Log
static Log Log.NULL_LOG
          The null log instance, which has no real receiver of the logged entries.