Extension:EventLogging/Events

From MediaWiki.org
Jump to: navigation, search

Any code logging an event must declare a schema for it, see m:Special:PrefixIndex/Schema: for a list.

Client-side events[edit | edit source]

Several extensions are logging client-side events using this extension's logEvent JavaScript function: the "Create account" form, Getting started, mobile events, ...

A few extensions still use Extension:ClickTracking's trackAction* functions and API

Server-side events[edit | edit source]

We are logging some events on the server using EventLogging's efLogServerSideEvent by writing JSON-formatted events to a log:

Note logging of article creation and edits was disabled in December 2012.