SalesPoint Framework v3.0

Uses of Class
log.Log

Packages that use Log
log This package contains all classes that are relevant to logging. 
 

Uses of Log in log
 

Methods in log that return Log
 Log LogCreator.createLog(OutputStream os)
          Create a new log file using the given OutputStream.
static Log Log.getGlobalLog()
          Returns the current global log file.
static Log Log.createLog(OutputStream os)
          Create a new Log file using the current Log creator.
 


SalesPoint Framework v3.0