| 
SalesPoint v3.3 API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface LogCreator
Abstract Factory for Log creation.
 
Instances of this class (or subclasses of it) are used to define the class to be instantiated when
 creating new log files. The Log.setLogCreator(log.LogCreator) takes as a parameter a
 LogCreator, which will then be used when creating new log files.
Log, 
Log.setLogCreator(log.LogCreator), 
Log.createLog(java.io.OutputStream)| Method Summary | |
|---|---|
 Log | 
createLog(OutputStream os)
Create a new log file using the given OutputStream.  | 
| Method Detail | 
|---|
Log createLog(OutputStream os)
Log.createLog(java.io.OutputStream).
os - the OutputStream to be used.Log.createLog(java.io.OutputStream)
  | 
SalesPoint v3.3 API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||