Home
Overview
Package
Class
Use
Tree
Deprecated
Hooks
HotSpot
Index
Help
SalesPoint Framework v3.0
PREV
NEXT
FRAMES
NO FRAMES
Hook: Log Opening Or Closing Of Log File
Requirement
A log entry needs to be written whenever a log file is opened or closed.
Method of Adaptation
Enable Feature
Level of Support
Parameter Pattern
HotSpot
Log management
Hooks used
Incorporate New Log Type
Participants
Log
, NewLog
Changes
subclass NewLog of Log.
if need to log opening of log file:
NewLog.logOpenLog overrides
Log.logOpenLog
.
if need to log closing of log file:
NewLog.logCloseLog overrides
Log.logCloseLog
.
Incorporate New Log Type
[NewLog = NewLog].
Home
Overview
Package
Class
Use
Tree
Deprecated
Hooks
HotSpot
Index
Help
SalesPoint Framework v3.0
PREV
NEXT
FRAMES
NO FRAMES