SalesPoint Framework v3.0

Uses of Class
log.LogNoOutputStreamException

Packages that use LogNoOutputStreamException
log This package contains all classes that are relevant to logging. 
sale This package contains the central classes of the Framework. 
 

Uses of LogNoOutputStreamException in log
 

Methods in log that throw LogNoOutputStreamException
 void LogContext.log(Loggable l)
          Logs the given data to a log file.
 void Log.log(Loggable l)
          Adds one entry to the log file.
static Log Log.getGlobalLog()
          Returns the current global log file.
 

Uses of LogNoOutputStreamException in sale
 

Methods in sale that throw LogNoOutputStreamException
 void SaleProcess.log(Loggable la)
          Logs the given data to a log file.
 


SalesPoint Framework v3.0