Jump to content

Schema:First

PHP logging

EventLogging::logEvent( 'First', 44745, $event );

extension.json setup for JavaScript logging

{
	"attributes": {
		"EventLogging": {
			"Schemas": {
				"First": 44745
			}
		}
	}
}

JavaScript logging

mw.track( 'event.First', { /* ... */ } );
From Wikipedia