Ferreteria/v0.5/evlog
< Ferreteria | v0.5
Jump to navigation
Jump to search
Ferreteria event logging system
|
Notes
- Basic logger object can be accessed by
F\caApp::Me()->LogData()
. - Method to log an event is ...
->LogData()->CreateEvent(string $sName,array $arData,int $idMom=NULL)
.- This is defined by the
F\data\evlog\cFeature
class (data/log/feature.php).
- This is defined by the
- Some data objects have shortcuts to automatically include relevant context:
tLoggableCard
defines a shortcut for Card classes.