Mattflaschen has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/79449


Change subject: Add README explaining purpose of extensoin, fix typo.
......................................................................

Add README explaining purpose of extensoin, fix typo.

Change-Id: I33ad9d9ab807bbf1dbfafdae6fc7f95614a376d2
---
M CoreEvents.php
A README
2 files changed, 7 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/CoreEvents 
refs/changes/49/79449/1

diff --git a/CoreEvents.php b/CoreEvents.php
index 99182e5..37c0086 100644
--- a/CoreEvents.php
+++ b/CoreEvents.php
@@ -1,6 +1,6 @@
 <?php
 /**
- * Campaigns extension
+ * CoreEvents extension
  *
  * @ingroup Extensions
  *
diff --git a/README b/README
new file mode 100644
index 0000000..701097d
--- /dev/null
+++ b/README
@@ -0,0 +1,6 @@
+CoreEvents is intended for logging EventLogging events that are not specific 
to a
+particular MW extension.  Generally, this means measuring an event that occurs 
in
+core.
+
+This allows EventLogging to implement logging infrastructure, while the logging
+calls and associated logic are kept separate.

-- 
To view, visit https://gerrit.wikimedia.org/r/79449
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I33ad9d9ab807bbf1dbfafdae6fc7f95614a376d2
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/CoreEvents
Gerrit-Branch: master
Gerrit-Owner: Mattflaschen <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to