Uses of Class
org.salespointframework.core.logging.LogNoOutputStreamException

Packages that use LogNoOutputStreamException
org.salespointframework.core This package contains the central classes of the Framework. 
org.salespointframework.core.logging This package contains all classes that are relevant to logging. 
 

Uses of LogNoOutputStreamException in org.salespointframework.core
 

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

Uses of LogNoOutputStreamException in org.salespointframework.core.logging
 

Methods in org.salespointframework.core.logging that throw LogNoOutputStreamException
 void Log.addLogEntries(LogFileContent lfc)
          Appends all LogEntries that are saved in lfc to the current log.
static Log Log.getGlobalLog()
          Returns the current global log.
 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.