Move subclasses of LogFormatter to their own file
authorAlexandre Emsenhuber <ialex.wiki@gmail.com>
Fri, 15 Mar 2013 14:25:33 +0000 (15:25 +0100)
committerAlexandre Emsenhuber <ialex.wiki@gmail.com>
Fri, 15 Mar 2013 14:25:33 +0000 (15:25 +0100)
commit744c0c7541f0d515e29c68f3a250474148038767
treec90696fbfc6d9a1694ddbec9f521750de80c91e9
parentd558f95e0f620b942ad0bd6bacbbc87cae8fccce
Move subclasses of LogFormatter to their own file

Except LegacyLogFormatter.

includes/logging/LogFormatter.php is getting bigger and bigger with
the addition of new formatters when logs are changed to use them
instead of the old method, so better doing this now before we get
new formatters for remaining log types.

Change-Id: I6aab19c8d68bf47beddad42632b0360a7b12f251
includes/AutoLoader.php
includes/logging/DeleteLogFormatter.php [new file with mode: 0644]
includes/logging/LogFormatter.php
includes/logging/MoveLogFormatter.php [new file with mode: 0644]
includes/logging/NewUsersLogFormatter.php [new file with mode: 0644]
includes/logging/PatrolLogFormatter.php [new file with mode: 0644]
includes/logging/RightsLogFormatter.php [new file with mode: 0644]