|
SalesPoint Framework v3.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public Log createLog(OutputStream os)
Log.createLog(java.io.OutputStream)
.
Log.createLog(java.io.OutputStream)
|
SalesPoint Framework v3.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |