Schema:AccountCreation
Appearance
PHP logging
EventLogging::logEvent( 'AccountCreation', 28113227, $event );
extension.json setup for JavaScript logging
{
"attributes": {
"EventLogging": {
"Schemas": {
"AccountCreation": 28113227
}
}
}
}
JavaScript logging
mw.track( 'event.AccountCreation', { /* ... */ } );
Revision 28113227
Empty object |