All public logs

Jump to navigation Jump to search

Combined display of all available logs of Woozle Writes Code. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 13:31, 19 February 2023 Woozle talk contribs created page Ferreteria/v0.5/evlog (Created page with "{{fmt/title|Ferreteria event logging system}} ==Notes== * Basic logger object can be accessed by <code>F\caApp::Me()->LogData()</code>. * Method to log an event is ...<code>->LogData()->CreateEvent(string $sName,array $arData,int $idMom=NULL)</code>. ** This is defined by the <code>F\data\evlog\cFeature</code> class ({{l/ferret/code|data/log/feature.php}}). * Some data objects have shortcuts to automatically include relevant context: ** <code>tLoggableCard</code> defines...")