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.
 

Fields in org.salespointframework.core declared as LogContext
private  LogContext SaleProcess.m_lcOldBasketContext
          The previous log context of the current DataBasket.
 

Uses of LogContext in org.salespointframework.core.data
 

Fields in org.salespointframework.core.data declared as LogContext
private  LogContext DataBasketImpl.m_lcLog
          The current org.salespointframework.log context.
 

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.