Uses of Interface
org.eclipse.m2m.qvt.oml.util.Log

Packages that use Log
org.eclipse.m2m.qvt.oml   
org.eclipse.m2m.qvt.oml.util   
 

Uses of Log in org.eclipse.m2m.qvt.oml
 

Methods in org.eclipse.m2m.qvt.oml that return Log
 Log ExecutionContextImpl.getLog()
           
 Log ExecutionContext.getLog()
          Gets the logger implementation assigned to this context.
 

Methods in org.eclipse.m2m.qvt.oml with parameters of type Log
 void ExecutionContextImpl.setLog(Log log)
          Sets the log implementation to this context.
 

Uses of Log in org.eclipse.m2m.qvt.oml.util
 

Classes in org.eclipse.m2m.qvt.oml.util that implement Log
 class StringBufferLog
          A convenience implementation of a String content based log, mainly suitable for testing and debugging purposes.
 class WriterLog
          A basic logger backed-up with Writer.
 

Fields in org.eclipse.m2m.qvt.oml.util declared as Log
static Log Log.NULL_LOG
          The null log instance, which has no real receiver of the logged entries.
 

Methods in org.eclipse.m2m.qvt.oml.util that return Log
 Log IContext.getLog()
          Retrieve the logger associated with this context.
 


Copyright 2008 Borland Software Corporation and others.
All Rights Reserved.