Uses of Interface
org.salespointframework.core.logging.LogContext

Packages that use LogContext
org.salespointframework.core This package contains the central classes of the Framework. 
org.salespointframework.core.data Provides interfaces for data management. 
org.salespointframework.core.data.interfaces   
org.salespointframework.core.logging This package contains all classes that are relevant to logging. 
 

Uses of LogContext in org.salespointframework.core
 

Classes in org.salespointframework.core that implement LogContext
 class SaleProcess
          A process.
 

Uses of LogContext in org.salespointframework.core.data
 

Methods in org.salespointframework.core.data that return LogContext
 LogContext DataBasketImpl.setLogContext(LogContext lcNew)
          Set the org.salespointframework.log context for this DataBasket.
 

Methods in org.salespointframework.core.data with parameters of type LogContext
 LogContext DataBasketImpl.setLogContext(LogContext lcNew)
          Set the org.salespointframework.log context for this DataBasket.
 

Uses of LogContext in org.salespointframework.core.data.interfaces
 

Methods in org.salespointframework.core.data.interfaces that return LogContext
 LogContext DataBasket.setLogContext(LogContext lcNew)
          Set the log context for this DataBasket.
 

Methods in org.salespointframework.core.data.interfaces with parameters of type LogContext
 LogContext DataBasket.setLogContext(LogContext lcNew)
          Set the log context for this DataBasket.
 

Uses of LogContext in org.salespointframework.core.logging
 

Classes in org.salespointframework.core.logging that implement LogContext
 class Log
          Represents a log file.